Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartforms

Former Member
0 Likes
670

Hi,

How can I have a smartfrom without main window?What is reason.Why it is not possible in scripts.

1 ACCEPTED SOLUTION
Read only

faisalatsap
Active Contributor
0 Likes
650

Hi, Amitab Bachhan

When you create Smartform it have the Main Window But you can delete it very easily select the main window and Press Del Button for Key Board or Right Click of mouse button on it and select Delete,

After deleting again you can inset main window but in one Smartform you can use only one main window.

Please use meaningful Subject next time.

Kind Regards,

Faisal.

6 REPLIES 6
Read only

Former Member
0 Likes
650

it is not mandatory to put main window in a smartform.....but there is a erreor you may face that..

"A page without a main window cannot point to itself as next page".....

so change the next page option...of the general attributes of that page...make it blank....the error will be removed..

Read only

0 Likes
650

Hi,

It is not possible to have a page without window in scripts .

So here what can u do is u can make the width & height to 0 so that thw window will be present but it cannot be viewed by the user.

Read only

0 Likes
650

thanks

Read only

Former Member
0 Likes
650

Mainwindow is default window.. u can run the smartform with out printing any data in it or passing any data to main window.

Read only

faisalatsap
Active Contributor
0 Likes
651

Hi, Amitab Bachhan

When you create Smartform it have the Main Window But you can delete it very easily select the main window and Press Del Button for Key Board or Right Click of mouse button on it and select Delete,

After deleting again you can inset main window but in one Smartform you can use only one main window.

Please use meaningful Subject next time.

Kind Regards,

Faisal.

Read only

0 Likes
650

Hi,

In smartform,You can directly have a loop option at window then datas which are in the main area will be populated but is not possible in scripts because in driver program we need do that.....hope u got it.