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

smartform table pattern question

Former Member
0 Likes
419

hi gurus,

i am working on smartforms,

i am supposed to print contents of table on the smartform,

what i did was,

in the main window, i created a table, inside this table i put a loop,

so now i am able to display the contents of the table in the smartform,

but the problem is, after displaying each row, i need to display ahorizontal line,

as some one said on this forum , i tried to put a graphical line on the text node on the row node.

but it says inside a table you cannot put shades.

any one has idea how to display a horizontal line after each row in table format.

rgds.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
396

1. You dont need to add explicit Loop inside the Table node. Use DATA tab of the TABLE node to pass theinternal table.

2. Just Choose the appropriate Frame pattern for the table and it will display the line.

Regards,

Amit

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
397

1. You dont need to add explicit Loop inside the Table node. Use DATA tab of the TABLE node to pass theinternal table.

2. Just Choose the appropriate Frame pattern for the table and it will display the line.

Regards,

Amit

Read only

0 Likes
396

yes , you are right,

thank you.