Posted 27 November 2019, 3:30 am EST - Updated 4 October 2022, 12:28 am EST
I tried adding the following code in Detail.OnFormat, but it didn’t work
Forums Home / ComponentOne / WinForms Edition
Posted by: malishin on 27 November 2019, 3:30 am EST
Posted 27 November 2019, 3:30 am EST - Updated 4 October 2022, 12:28 am EST
I tried adding the following code in Detail.OnFormat, but it didn’t work
Posted 27 November 2019, 5:56 am EST - Updated 4 October 2022, 12:29 am EST
Hello,
To set enum values for any property, you may want to use the constant value corresponding to the value instead. For RightMiddle, use the script in Detail.OnFormat:
fldTestValue1.Align=8
Regards,
Esha
Posted 28 November 2019, 11:58 am EST
Thanks,Esha