How to use VbScript to set the align of a field in FlexReport

Posted by: malishin on 27 November 2019, 3:30 am EST

    • Post Options:
    • Link

    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

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels