‎2007 Jul 18 9:34 AM
Hi ,
The requirement is that I have to print the values coming from two different workareas adjacent to each other.If I include them in the same text element, value from one of the work area does not get printed.
When I m taking two different text elements the values are coming as
A : (First work area)
B : (First work area)
but i need as
A B
Any solutions to this will be highly appreciated.
Regards,
Vivek
‎2007 Jul 18 10:10 AM
Hi vivek,
you can achieve this by placing to workarea's besides each other.
Otherwise you can even place them in two different lines but for second one give the paragraph format as "=". this will make the workarea values to continue in same line.
reward point if helpful.
‎2007 Jul 18 9:54 AM
hi vivek
try this
take a variable with length equal to the length of the two fields which you need
move your workareas seperately in to that variable
print that variable
please reward if usefull
vamsi
‎2007 Jul 18 10:06 AM
Define text in second text element as below
Format Text
= &SECOND-WORKAREA&
Message was edited by:
Pawan Kesari
‎2007 Jul 18 10:10 AM
Hi vivek,
you can achieve this by placing to workarea's besides each other.
Otherwise you can even place them in two different lines but for second one give the paragraph format as "=". this will make the workarea values to continue in same line.
reward point if helpful.