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

smartforms

former_member188827
Active Contributor
0 Likes
449

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.

1 ACCEPTED SOLUTION
Read only

jaideeps
Product and Topic Expert
Product and Topic Expert
0 Likes
428

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..

3 REPLIES 3
Read only

Shahid
Product and Topic Expert
Product and Topic Expert
0 Likes
428

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

Read only

jaideeps
Product and Topic Expert
Product and Topic Expert
0 Likes
429

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..

Read only

0 Likes
428

can u plz explain this with an example.

expecting your answer.

thnx & rgds.