Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Script editor problem in smartform

Former Member
0 Likes
622

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.

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
583

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

Read only

Former Member
0 Likes
583

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

Read only

0 Likes
583

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

Read only

Former Member
0 Likes
583

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

Read only

Former Member
0 Likes
583

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.