2007 Aug 24 9:57 AM
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....
2007 Aug 24 10:02 AM
pass ur text as parameter to smartform and print that variable on form
reward points if it helps!!!
2007 Aug 24 10:02 AM
pass ur text as parameter to smartform and print that variable on form
reward points if it helps!!!
2007 Aug 24 10:05 AM
use condition in ur print prog.
if plant = '1000'.
ztext = 'text1'.
elseif plant = '2000'.
ztext = 'text2'.
endif.
pass this ztext as parameter to smartform..
2007 Aug 24 10:02 AM
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