Excel export output appears garbled #2

Posted by: ilia on 4 July 2018, 2:31 am EST

    • Post Options:
    • Link

    Posted 4 July 2018, 2:31 am EST - Updated 30 September 2022, 6:11 pm EST

    The sample attached.

    SectionReportApplication2.zip

  • Posted 4 July 2018, 4:44 am EST

    Hello,

    Thanks for the information.

    I am able to replicate the problem at our end. I have escalated this to the development team(260318) and will revert you back once have any information from them.

    Thanks

    Mohit

  • Posted 11 July 2018, 10:37 am EST

    Hello,

    Could you please try to replace the following code:

    
         fld_Ind_DEB.Text = fld.Text
    fld_Ind_CR.Text = .Text
    fld_Ind_BLN.Text = fld_BLN.Text
    
    

    With the

    
    fld_Ind_DEB.Value = fld.Text
    fld_Ind_CR.Value = .Text
    fld_Ind_BLN.Value = fld_BLN.Text
    
    
    

    Hope it resolves your issue.

    thanks,

    Mohit

  • Posted 12 July 2018, 4:07 am EST

    Thanks. I will try to modify my code that works in AR2 COM.

    P.S. Change only in TextBox.Text or only in TextBox.Value in AR12 is dangerous.

    It needs to change TextBox.Text and TextBox.Value at the same time:

    TextBox.Value = text

    TextBox.Text = text

  • Posted 12 July 2018, 4:33 am EST

    Hello Ilia,

    Thanks for the information.

    Regards,

    Mohit

Need extra support?

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

Learn More

Forum Channels