‎2007 Jul 11 9:36 AM
hi,
I have a loop in which iam printing text ,wht i want is when there is text 'abc' & text 'bcd' they should be printed in a box & the remaining should be printed without it.
these should be in a box.
abc
bcd
points will be rewarded.
thnx & rgds.
‎2007 Jul 11 9:48 AM
hi,
you can check for the condition using CS contain string..according to that you can add the BOX function...
if field1 CS 'abc'.
BOX ...
thanks
jaideep
*reward points if useful..
‎2007 Jul 11 9:48 AM
when u are desinging a smartform , as for the first page u need that box with a text. if you dont want to have tht box in second box then u need to create a second window. main window and second window, or ....there is other tab "conditions" u can use tht condition or try flow logic or command or alternate
‎2007 Jul 11 9:48 AM
hi,
you can check for the condition using CS contain string..according to that you can add the BOX function...
if field1 CS 'abc'.
BOX ...
thanks
jaideep
*reward points if useful..
‎2007 Jul 11 10:11 AM
can u plz explain this with an example.
expecting your answer.
thnx & rgds.