Is there any way to change the text alignment (justification) on an existing Lawson form field? On the PO20 screen our users would like the Vendor field to be left justified (don't ask me why!).
I added the following code but the text did not shift to the left.
var fldVendor = form.GetElement("PCR-VENDOR"); fldVendor.HorizontalContentAlignment = HorizontalAlignment.Left;
Any help is appreciated.
Thanks - Shawn Van Sluys