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

Dynamic smart forms

anupam_srivastava2
Participant
0 Likes
297

Hi All

i want to print a dynamic smart form, which should get the data from the tables and and should display it.

any suggestions.

regards

AJ

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
278

Hi,

In the left hand side heirarchy structure, right click on the main window page (if you have created window in page ), and go to Create->Flow Logic->Program Lines,

On this program lines you can write your code to read the table.

Define the internal table in the global definition.

thanks,

mahantesh

1 REPLY 1
Read only

Former Member
0 Likes
279

Hi,

In the left hand side heirarchy structure, right click on the main window page (if you have created window in page ), and go to Create->Flow Logic->Program Lines,

On this program lines you can write your code to read the table.

Define the internal table in the global definition.

thanks,

mahantesh