Skip to Content
0
Former Member
Nov 29, 2006 at 12:50 PM

Smartforms - How can insert condition in smartforms

109 Views

Hi, My requirement is to insert a line at the 11th position in main window. Main window has 20 line to be printed. I need to print 'Y' at the 11th line for the condition below:

i.e. if a w_varibale eq 'X'.

print 'Y'.

endif.

When I tried to write this inside the code, it is not working properly. Can any one help me in this.