cancel
Showing results for 
Search instead for 
Did you mean: 

facing problem with layout

Former Member
0 Kudos

Hi Gurus !,

I am facing a problem in my Smartform format.

I have to show Item data in table format , then have to show its all details in 2 column format like below

______________________________________________

Item 1 | date | Desccription | value | Info1 | Info2 | - > Header

______________________________________________

001 | 29/03/2010 | ABCD XYZ | 980 | ghsg | hudgj | - > Item details ( few Fields

______________________________________________

Item 1 -> more item details in 2 column layout

Info 3 : abcd Info 4 : xyz

Info 5 : abcd Info 6 : xyz

Info 7 : abcd Info 8 : xyz

_______________________________________________

Item 2 | date | Desccription | value | Info1 | Info2 | --- > next item

001 | 29/03/2010 | ABCD XYZ | 980 | ghsg | hudgj | - > Item details ( few Fields

_______________________________________________

Item 2

Info 3 : abcd Info 4 : xyz

Info 5 : abcd Info 6 : xyz

Info 7 : abcd Info 8 : xyz

there can be many items and details in 2 columns can also vary as I have to show only those fields which are filled , so it will depend on each item.

Please suggest how to achieve this layout.

<removed by moderator>

Thanks in Advance

Sowmen

Edited by: Thomas Zloch on Oct 26, 2010 5:32 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To achieve this, create a table in main window. In header create line type ltype1(name) and write your item headers.

Again create a row of similar type in main area also and write the values of items. And for other item details, create other line type (Say ltype2) and write details using text modules and text elements.

Thanks

Nitesh

Answers (0)