en@frrom
29th March 2007, 11:20
I want to right-align some form-fields of type string in a display session. The fields are table-fields from the main table. Due to calculations done in the program script based on those string-fields, I prefer not to align them in the script. I surely do not want to right-align them in the table definitions..

Can I set the right alignment on the form field level?

sachin03
29th March 2007, 12:54
One way in which you could do this is create a string domain with alignment as right, in the script assign the values of the table fields to the program variable & display this variable on the form instead of the table field.

I know this is not a very clean solution, but should solve your problem.

en@frrom
29th March 2007, 13:05
Sachin,

Thanks for your input. Indeed like you say, I am just wondering whether someone knows of a neat and easy solution on form (-field) level...

Regards,
Eli Nager