cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Address in table

Former Member
0 Kudos

Hi all,

I am printing 6 to 7 fields in the table of main window.

In first coloumn, i am printing address of the vendor 2nd third fourth coloumns with vendor number, po number and quantity fields .

My problem is : for the first record it is printing correctly as above said.from second record i wont print address again.(because my requirement is to print the multiple records for single address).

as address is having multiple lines to print .my second record is printing from end of the address .so there is a gap between first record and second record(consider from second coloumn.).

i hope you understand the situation.

can anyone help me in this to avoid the gap.

all the helpfull answers are rewardfull.

thanks and regards,

Gopal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use event on address field in the data tab of the table node.

then under the event only display the address and outside the event display the remaining fields of the table.

Regards,

Ram

saranwin
Contributor
0 Kudos

Hi Ram,

Use events for both Address and table values and use the perform statement to call the events. It will solve your problem.

Example Perform : perform write_form using 'window name ' ' events' .

Revert back need more details.

Regards,

Saran

Former Member
0 Kudos

Hi ram,

Thanks for the reply,

i can not see any event tab in the data tab of the table node.can you please tell me bit more clearly.it is emergencey for me.

Thanks in advance,

Gopal

Former Member
0 Kudos

Hi saravanan,

Thanks for the reply.

please can u bit more elobarate where can i write perform statements in smartforms.

thanks and regards,

Gopal

Answers (3)

Answers (3)

Former Member
0 Kudos

Problem solved

Former Member
0 Kudos

Hi gopaludu,

In main window create a table-->

Header : declare the fields as per your requirement,

after the header :sort Address field event begin

create the text node : drag and drop the address field

In the main area as well as footer display the data

accordingly as per your requirement

Regards,

Sravanthi

Former Member
0 Kudos

Thank u sravanthi.

i created the event in header for address field , and if i right click on that event node its not showing to create text.(it is only showing to create table line ,flow logic ,folder)

can u please help me out.

Thanks and regards,

Gopal

Former Member
0 Kudos

Hi gopaludu,

In the main window --> table Data tab sort the field event on begin.

Create the text node drag and drop the fields as per your requirment

Regards,

Sravanthi

Former Member
0 Kudos

Hi sravanthi,

Thanks for the reply

i selected event on sort begin ,this will be coming in the header of the table as node .my address field is in the cell 1 of main area . i tried to drag the address filed into that node ,but it is not coming.

i think i misunderstood the solution ,can u please tell me bit more clearly.

Thanks and Regards,

Gopal