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

smart forms

Former Member
0 Likes
447

Hi,

I had creted a table with twofields in a smartform and given same character format and paragraph format (default paragraph format) for the two fields.i selected left allignment for the table.

Now the problem is in the display , first field is displayed as left allignment and second field is coming as right alignment.

Please tell me how to get the two fields as left allignment only.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
417

Hi sweta,

The fields could be Left/Right aligned by default depending on their data type:Char/Numeric types.

You could set the field to right aligned by:

&var(R)&

Regards

Wenceslaus

3 REPLIES 3
Read only

Former Member
0 Likes
418

Hi sweta,

The fields could be Left/Right aligned by default depending on their data type:Char/Numeric types.

You could set the field to right aligned by:

&var(R)&

Regards

Wenceslaus

Read only

Former Member
0 Likes
417

Hi Shweta,

Create a smartstyle in transaction smartstyles, & create two paragraph formats there (one with left-alignment & the other with right).

Assign these formats in your smartforms for the required fields.

Read only

Former Member
0 Likes
417

Hi,

Kindly close the thread if the issue is solved.