cancel
Showing results for 
Search instead for 
Did you mean: 

smartfrms

Former Member
0 Kudos

Hi folks,

my requirement in smartforms in to add form to existing form ,creating layout and addding select queries to retrive field values from data base ,now my question how do i start creating alyout and where do i write select queries in driver program r in smartform ,if in smartform where and in driver prgm where ,points will be awarded fro answers ,thank u .

Accepted Solutions (1)

Accepted Solutions (1)

valter_oliveira
Active Contributor
0 Kudos

Hello vinay.

To create a new page inside an old smarform, you should do it manualy.

Now, regading queries they can be made inside the smartform, just create "program lines", making inside the window (CREATE->FLOW LOGIC->PROGRAM LINES).

Best regards.

Valter Oliveira.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vijay,

In the existing smartform, create new page:

by right clicking on the existing page and the going on the create option.

Once you create the new page make sure that your mail window is using same input table as the existing page.

Program comments can be added by again right clicking inside the page and choosing the Flow Logic-> Program Lines

Hope this helps..

valter_oliveira
Active Contributor
0 Kudos

Additional info: you don't need to change the driver program.