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

Smart Forms: table within table

Former Member
0 Likes
609

hello all

I need to print two tables in main window of the smart form format is shown as below:

Table 1

-


-


RECORD1 of TABLE 1|DATA1 |XYZ|................

RECORD 1 OF Table 2

RECORD 2 OF Table 2

RECORD 3 OF Table 2

RECORD 4 OF Table 2

RECORD2 of TABLE 2|DATA2 |CDZ|................

RECORD 1 OF Table 2

RECORD 2 OF Table 2

RECORD 3 OF Table 2

-


-


where TABLE 2 will be refferred as field of table1 ...

i am in urgent need !!! please help me

regards

rajesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

Give as table2-fields required in the field of table1 in main window and specify the condition for it in the COnditions.

2 REPLIES 2
Read only

Former Member
0 Likes
442

Give as table2-fields required in the field of table1 in main window and specify the condition for it in the COnditions.

Read only

Former Member
0 Likes
441

Use a loop and inside that use the table.

Loop at the first table and in the header of the table u can print the RECORD1 of TABLE1. And in the table main u can print the table2 details.