Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

regarding smartforms text

Former Member
0 Kudos
62

HI EXPERTS,

i m developing a smart forms in which i have to change the text as per the input in the selection screen ,i have 2 plants the plant id is 1000 the text is blast furnace and 2000 the text is coke oven ,in my selection screen i am giving the plant number according to which the text in the logo window sud be changed plz let me know how to do that as i m new to smartforms if possible send me some eg codes ...plz help me....

1 ACCEPTED SOLUTION

former_member188827
Active Contributor
0 Kudos
46

pass ur text as parameter to smartform and print that variable on form

reward points if it helps!!!

3 REPLIES 3

former_member188827
Active Contributor
0 Kudos
47

pass ur text as parameter to smartform and print that variable on form

reward points if it helps!!!

0 Kudos
46

use condition in ur print prog.

if plant = '1000'.

ztext = 'text1'.

elseif plant = '2000'.

ztext = 'text2'.

endif.

pass this ztext as parameter to smartform..

Former Member
0 Kudos
46

Pass the Plant number to the smart form and create a condition in the smartform window where you can define the text based on the plant number.

Regards,

Pankaj