thank u for efforts..
I want to print number in the (national) form (arabic localization sys)
I tried some solutions as here:
https://scn.sap.com/message/14353441#14353441
but stil face problems with the stringthat contain digits
thank u
by write the code below in field formula:
Local StringVar str :=CurrentFieldValue; Local numberVar i:=0; for i:=0 to 9 do str:=Replace(str,totext(i,0) , ChrW (i+1632)); str
full article:
http://www.arabteam2000-forum.com/index.php?showtopic=228065&st=0&p=1131742&hl=karimsoft&fromsearch=1entry1131742
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.