on ‎2008 Oct 10 8:55 AM
hi ,
Am working with form.
am displaying the values from my text elements.
So wats my requirement is
am doing like this.
NAME : &name1&
so when there is no value for &name1&
its displaying the String 'NAME' : <blank>
but i want to display it when it contains the value &name1&
eg : NAME : martin
give me the syntax.
Thanks & regards,
Rajesh .k
Request clarification before answering.
hi check this.
if &name1& <> ' '.
Name : &name1&
endif.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.