cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms: Use import parameter for dynamic text

Former Member
0 Kudos

Hi experts,

I would like to use an import parameter from the form interface as a field for dynamic text. So I created a text node and enterd the parameter name as the field name.

But a check on the whole form states that the parameters data type is not allowed to use with dynamic text. I tried type STRING and several CHAR types (from CHAR10 to CHAR255). Nothing worked. Are there any restrictions which char types to use for dynamic text nodes? Which are these?

Thanks in advance for all answers!

Regards,

Torben

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

if you pass any thing through the form interface like strcture and table that will be there in data dictionary.. its possible to pass strctures and table only...

you can write you own code in the program lines in smartform itself and pass the text....