
the Greek letters in desktop (mac-Windows) is working ok,but in the ios (ipad) i get the source from the answer dialog.
i am using a hidden fld
here is the code
Code: Select all
put the dgdataofindex[it] of control "grid1" into myarray
put myArray["first_name"]&& myArray["last_name"] into theKey
set the unicodetext of fld "text1" to uniencode(theKey,"utf8")
set the htmltext of field "text1" to mTag
answer question "Delete"&& (mTag) with "Delete" and "No"
any clue or solution about this?