cancel
Showing results for 
Search instead for 
Did you mean: 

item data in smartform

Former Member
0 Kudos

hi,

in my main window i am having 5 columns.

out of which one column contains the item datas like:

for one delivery order in second column it should have:

description

(code no) no of packs

type of material.

for this should i create 4 text elements?

and in each text element i will pass one one field?

regards

nilabichi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Yes you have to create text elements for the fields which you have in your table.

Regards,

Sravanthi

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

I got the answer.

nilabichi.

Former Member
0 Kudos

hi,

I got the answer.

nilabichi.

naimesh_patel
Active Contributor
0 Kudos

You should create a Table Node, table type, cells and texts for the item data.

Your smartform should like this:


MAIN
.. TABLE (table types in table painter)
.... HEADER
...... CELL1
........ TEXT 1
...... CELL2
........ TEXT 1
.... MAIN
...... CELL11
........ TEXT 11
...... CELL21
........ TEXT 21

Regards,

Naimesh Patel

former_member585060
Active Contributor
0 Kudos

Yes, u r doing correct,

before that u define 2 lines at Table Node on Table Tab.

Header

Items

Under Tables Node

Header

Text1

Text2

Main(for Items)

Text1 (field)

Text2(Field2)

Footer

Edited by: Bala Krishna on Aug 21, 2008 7:35 PM