Application Development and Automation 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: 
Read only

regarding smartforms text

Former Member
0 Likes
502

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
Read only

former_member188827
Active Contributor
0 Likes
486

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

reward points if it helps!!!

3 REPLIES 3
Read only

former_member188827
Active Contributor
0 Likes
487

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

reward points if it helps!!!

Read only

0 Likes
486

use condition in ur print prog.

if plant = '1000'.

ztext = 'text1'.

elseif plant = '2000'.

ztext = 'text2'.

endif.

pass this ztext as parameter to smartform..

Read only

Former Member
0 Likes
486

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