cancel
Showing results for 
Search instead for 
Did you mean: 

problem with pass data to smartform

Former Member
0 Kudos

hi guru.

i found a question and need advise for solve this problem.

i create a smartform about tax, this form use sorted and index data from zreport to display in form.

i declare structure of tab and structure of type in report as same as structure of type in smartforms (copy one from zreport and paste in form and correct header of type).

when zreport execute, smartform is display data in my desire cell but one value is missing.

so i run this report in debug mode, all data from zreport pass to smartform correctly. but when form display, one important data is missing. nor a single trext from this data show in form. it's like non data to show or this data not exist at the begin, or this cell has fill with white color

once i change this value to normal word but result is the same.

at first i want to upload code and xml file of this form for easy to your, but i can't

anyone have a clue? what is possible fr this problem?

<removed_by_moderator>

regards.

kittisak.

Edited by: Julius Bussche on Feb 25, 2009 9:00 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi kittisak,

How are you displaying the data in samrtform. Are you using template or table to display?

Are you getting any error.

If you are using Template , check the line type u had created.

Check whether you had given the Output structure field values in Output options tab of the text element.

Thanks.

Dinakar.

Former Member
0 Kudos

to dinakar

i use table to display and no error when check form.

at first i declare data type as "stceg type lfa1-stceg" . when i change data type to "stceg(20) type c" it still not work.

Edit

later, i try move a problem data to other cell. it display.

Edited by: Kittisak B on Feb 25, 2009 2:24 AM

Former Member
0 Kudos

hi

where u declared this? either in zprog or smartforms.?

regards

suren.s

Former Member
0 Kudos

to SURENDER.

i decalre in both zreport and smartforms.

Former Member
0 Kudos

Hi,

i) So you are getting the data into smartofm is it ? Please check this first.

ii) If the data is comming correctly then try to display the missing field sirst through normal text node.

then we can easily track the probelm.

If the Issue persists still let me know.

Regards

Mani

Former Member
0 Kudos

hi

you have to debug the smartforms. and check whether the data is fall in the dobject or not.?

regards

suren.s

Edited by: SURENDER on Feb 25, 2009 11:15 AM