How to convert English numbers to arabic numbers

Posted by: fawzyfawzy880 on 9 September 2021, 3:17 pm EST

  • Posted 9 September 2021, 3:17 pm EST - Updated 30 September 2022, 3:22 pm EST

    I use C1flex report 4.5 i need English number display in Arabic number

    i use this code before for active report 2

    please help me to use this code in C1flex report 4.5

    forgive me im poor in English

    '_______________ code vb6______________________

    Private Sub Detail_Format()

    On Error Resume Next

    Dim I As Long

    For I = 0 To Detail.Controls.Count - 1

    If (TypeName(Detail.Controls(I)) = “Field” Or TypeName(Detail.Controls(I)) = “Label”) Then

    Detail.Controls(I).Caption = Chr(254) & Detail.Controls(I).Text

    Detail.Controls(I).Text = Chr(254) & Detail.Controls(I).Text

    End If

    Next

    End Sub

  • Posted 11 September 2021, 11:23 pm EST

    Hello any body here

  • Posted 20 September 2021, 3:10 am EST

    Hi,

    Sorry for the delay.

    We had replied to your query on your support case [CAS-22461-G3V1V3] and asked for a sample. Due to no response for a long time, the case got auto-close.

    As we mentioned in your support case, this is not directly possible in FlexReports. The dev team has asked if you could provide a sample report where you want to use Arabic numerals, they can investigate if there is a workaround?

    We have reopened your support case and request you to please continue the thread there [CAS-22461-G3V1V3].

    Regards

    Avnish

  • Posted 20 September 2021, 7:58 am EST

    Forgive me I have been infected with covid 19 for a long time 3 months this is the example

    tmpCB6D.ZIP[img]https://gccontent.blob.core.windows.net/forum-uploads/file-ead2b981-5a72-4355-9069-527364c2c672.png[/img]

  • Posted 21 September 2021, 6:34 am EST

    Hi,

    As per the development team, you can create string columns in the datatable with corresponding Arabic values, and then you can use those data fields in the Report.

    We have forwarded your screenshots and report to the development team and will let you know when we get any updates.

    Regards

    Avnish

Need extra support?

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

Learn More

Forum Channels