‎2006 Aug 08 8:07 AM
Hi frnds,
in the main window i have 6 columns... in one of the columns the output is the material description of length 50 characters . But the column width can have just upto 20-25 characters. the remaining should be continued in the next line in the same column. Any idea for any workarounds ?
points assured for all the replies..
regards,
madan...
‎2006 Aug 08 8:16 AM
Hi Madan,
First try enclosing your fields within PROTECT... ENDPROTECT. Even i am working on it, if i get that surely get back.
Regards:-
<b>Santosh</b>
‎2006 Aug 08 8:15 AM
take two variables of length 25 each, split the material description into these two variables and then print it in two separate lines.
‎2006 Aug 08 8:16 AM
Hi Madan,
First try enclosing your fields within PROTECT... ENDPROTECT. Even i am working on it, if i get that surely get back.
Regards:-
<b>Santosh</b>
‎2006 Aug 08 8:24 AM
try it like this
Incoterms:,,,,<B>&VBDKA-INCO1&</> <B>&VBDKA-INCO2(6)&</>
u can try this also
Payment Terms:,,,,<B>&PAY(25)&</> ,,,,<B>&PAY+25(25)&</>
reward points if helpfull
rohit
‎2006 Aug 08 8:24 AM
Display first 25 chars &i_tab-maktx(25)& in the first line.
In the second line, display &space(n)& upto that column and display the remaining &i_tab-maktx+40.
Regards
Subbu