‎2007 Apr 10 10:00 AM
Hi,
In Script form i have to add another field in this two lines
****************************************************
SF ,,,,,,,,,,,,,,,,,,,,,,&VAR17(.0CIZ)'%'& ,,&VAR18(CIZ)&,,&VAR21(CIZ)&
SF ,,,,,,,,,,,,,,,,,,,,,,&BEITM-DUTYRATSAD(.0CIZ)'%'&,,,,&VAR8(CIZ)&
********************************************************
How i have to add here can you help me.
One field for first line and second field for second.
If line is over in next line with which tag i have to start.
Like 'SF' which tag i have to add in next field adding line.
Please help me
‎2007 Apr 10 10:10 AM
Hi Ali
If you want to continue in the same line You can start with '=' or ' ' in Tag,
you just place the cursor in the format(tag) place, and click 'F4' , then you will get all the options including the paragraphs defined by you ,and some standard formats
If it helps reward with points
Regards Rk
‎2007 Apr 10 10:12 AM
You can try something like this.
where NEW1 and NEW2 are 2 new fileds.
SF ,,,,,,,,,,,,,,,,,,,,,,&VAR17(.0CIZ)'%'& ,,&VAR18(CIZ)&,,&VAR21(CIZ)&,,&NEW1&
SF ,,,,,,,,,,,,,,,,,,,,,,&BEITM-DUTYRATSAD(.0CIZ)'%'&,,,,&VAR8(CIZ)& ,,&NEW2&
If the line is over you can specify the field in the next line. instead of the 'SF' you can leave this as '=' or blank in the next line.
SF ,,,,,,,,,,,,,,,,,,,,,,&VAR17(.0CIZ)'%'& ,,&VAR18(CIZ) &,,&VAR21(CIZ)&
,,&NEW1&
SF ,,,,,,,,,,,,,,,,,,,,,,&BEITM-DUTYRATSAD(.0CIZ)'%'&,,,,&VAR8(CIZ)&
= ,,&NEW2&
Regards,
Anish Thomas
‎2007 Apr 11 8:25 AM
Hi Ali,
If the line space that is being displayed is over, you can click ShiftF8, it will move the page to the right and give you more line space, you add the field there and then click on ShiftF8 again, it will move the page back and the extra code that you have written also moves into the next line with no tag on the left, the tag space will be grayed out. This ensures it is printed in the same line.
Regards,
Divya