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: 

re: script tabs

Former Member
0 Kudos

Hi,

I am facing one problem with the script tabs. I have to print three text columns.

20,30,40 lengths of three columsn.

how to set the tabs to fix the lengths of teh columns and how to write it in the script editor.

rgds

p. krishna prasad

1 REPLY 1

Former Member
0 Kudos

Hi Krishna,

In your form create a new paragraph format. In that paragraph format got to TABS option and mention the required lengths and their positions in the tab positions provided. In the window in which you want to use these tabs write two commas without any space.(,,). This represents a tab positions. Suppose you want to print v1 , v2 and v3 in the three tab positions defined write as ,,&v1&,,&v2&,,&v3&. This will print v1 value at first tab position , v2 in the second and v3 in third tab position.

Thanks and Regards,

Bharat Kumar Reddy.V