cancel
Showing results for 
Search instead for 
Did you mean: 

Passing deep structures to Smartforms

Former Member
0 Kudos

How do you pass deep structures to a SmartForms interface?

I am doing it by defining a global structure in the dictionary and filling that structure with data, which will then be passed to SmartForms.

Is that the only way to do it? Or can I define the same structure type locally to both the driver program and SmartForm, and use that as the type of the interface parameter?

--

Kyle

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Yes. This is how you need to pass data from print program to smartform.

If you don't want to fetch data in print program and pass it to smartform, then you can define local structure in smartform and using program lines, fetch the data in smartform itself.

Hope it helps.

Thanks,

Archana

Former Member
0 Kudos

Hi,

Yep. the only way to pass parameter to smartforms that structure or data type must be define in data dictionary. We can not pass local data type to smartforms, 'cause it won't recognize it.

regards,