‎2006 Feb 10 7:54 PM
Hi all,
This is an a Script editor issue which I am using as a text node in smartform
I wanted something like follows:
Discount Discount value
I am using following in Samrtform Scripteditor.
&GV_LABEL_DISCOUNT& ,, ,, ,, &'$ 'gv_item_disc_total(C)&
If I do this the &'$ 'gv_item_disc_total(C)& comes near to &GV_LABEL_DISCOUNT& and if I use fourth tab it goes on next line.
Is there any other way to indent between these two.
Thanks.
Regards,
Tushar.
‎2006 Feb 10 8:01 PM
You should adjust your tab settings for the paragraph format. If you can not, create a new one that will give you the correct spacing and apply it to this line.
I am that you are trying to use a predefined paragraph format and trying to make it work. If it doesn't work, you will need to create your own.
You can create this new PF in your style.
Regards,
Rich Heilman
‎2006 Feb 10 8:06 PM
Hi Tushar,
Please set the TAB settings for the Paragraphformat via "SMARTFORMS>Style(enter Style Name using in Smartfoms)> Paragraph Node(Crate New or enter the currently using node) -- Tabs".
Lanka
Message was edited by: Lanka Murthy
‎2006 Feb 10 8:13 PM
you can use something like this...
&GV_LABEL_DISCOUNT& &space(10)& &'$ 'gv_item_disc_total(C)&
to insert 10 spaces between the fields....
Thanks,
Renjith
‎2006 Feb 11 3:43 AM
Hi Tushar,
Go to the Transaction. <b>smartstyles</b>.
there in paragraph format you can give your own spacing in mm.
use it in the style of your smart forms..
regards
satesh
‎2006 Feb 11 8:01 AM
Tushar ,
If the data you ref. is STATIC then you can go for TEMPLATE and assign the Position so that it will print exactly on the same poit we required. Note : Set the Width of the Tamplte Cell as per the length of the Field.
Hope this will help you.