‎2008 May 08 11:33 PM
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.
‎2008 May 08 11:41 PM
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
‎2008 May 08 11:41 PM
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
‎2008 May 09 12:57 AM