Problem with RightToLeft BIDI Mode
Hello,
In my application I use the RightToLeft BIDI Mode for my forms with the Form1.FlipChildren(True). The problem is when loading a report for designing
The code a made in the script tab is not correctly displayed. Is there any solution to cancel the RightToLeft BIDI Mode only when loading report for designing.
Thanks
In my application I use the RightToLeft BIDI Mode for my forms with the Form1.FlipChildren(True). The problem is when loading a report for designing
frxReport1.DesignReport();
The code a made in the script tab is not correctly displayed. Is there any solution to cancel the RightToLeft BIDI Mode only when loading report for designing.
Thanks
Comments
Thanks