‎2007 Aug 14 6:07 AM
Hi guys.
i am printing variables on the smartform.
if the value of variable is blank still i get blank lines on the smartform.
I have already used the condition for all the variables i am displaying:
/: IF V_STREET NE ' '
&V_STREET&
/: ENDIF
and so on for other variables also.
How can i supress the blank spaces displayed on smartforms if the variables are blank.
Regards,
GURU
‎2007 Aug 14 6:13 AM
Double click on the text element & goto CONDITIONS tab.
Put the condition there.
‎2007 Aug 14 6:13 AM
Double click on the text element & goto CONDITIONS tab.
Put the condition there.
‎2007 Aug 14 6:14 AM
Hi,
Go to conditions and write variable name ne ''.
Regards,
Himanshu
‎2007 Aug 14 6:16 AM
hi,
Hope you use smartforms in the TEXT node for printing the V_STREET, In that text node click on the tab CONDITIONS there you can find three column,
In first column type V_STREET second select NE symbol,and in the third put INITIAL..
regards,
Prabhu
reward if it is helpful.
‎2007 Aug 14 6:21 AM
Hi,
I am displaying 10 variables each with condition NE ' ' and the text type i have used Text element.
Is there any other solution to this problem.
If i go by yours solution i will have to create 10 text for 10 variables.
Thanks in advance for your efforts.
Regards,
GURU
‎2007 Aug 14 6:22 AM
‎2007 Aug 14 6:29 AM
‎2007 Aug 14 6:31 AM
Hi,
Use No-gap with condess command.
Rewards points if it is useful.
‎2007 Aug 14 6:51 AM
HI Guru,
Pleaes changed the code as:
/: IF <b>&V_STREET&</b> NE ' '
&V_STREET&
/: ENDIF
Hope it will work fine.
Regards
Krishnendu
‎2007 Aug 14 6:55 AM
‎2007 Aug 14 9:45 AM
try with
/: IF &V_STREET& NE &SPACE&
&V_STREET&
/: ENDIF
Regards
Krishnendu
‎2007 Aug 14 11:46 AM
hI,
By using CODENCE Statement we can suprewss the blank lines in programe.
if it use full answer please reward me a points.
regards.
praveen