Application Development 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: 

Scirpt

Former Member
0 Kudos

HI All,

I have a problem in script,i need to print the specific field at specific position but it is not happenning position gets changed according to the display length of field.

for ex:

i need th o/p like this:

swap box 1200

set 30

but it comes like this

swap box 1200

set 30

kindly help,

thanks in advance

2 REPLIES 2

Former Member
0 Kudos

HI All,

I have a problem in script,i need to print the specific field at specific position but it is not happenning position gets changed according to the display length of field.

for ex:

i need th o/p like this:

swap box........ 1200

set ...............30

but it comes like this

swap box .........1200

set ........30

kindly help,

thanks in advance

Former Member
0 Kudos

Hi ,

us can set the space

after ur &sbox& &space(4)&

this will do ,

but the correct format is to set the tab positions ..

for the paragraph format did u assign the tab positions..

like in paragraph format Z1 say

there will be fonts , tabs ,

in tabs give the length as 3 mm or

<b>number tabs length

1 3mm

2 14mm

</b>

if u want to specify the field at <b>3mm postion</b>

then

<b>Z1 |<b>,,&sbox&</b></b>

now if u want to print at 14 mm

<b>Z1 |<b>,,,,&sbox&</b></b>

and now in ur script give like this

Z1 |<b>,,,,&sbox&</b>

regards,

Vijay

Message was edited by: Vijay