[progress Communities] [progress Openedge Abl] Forum Post: Re: Codepage Headache

  • Thread starter Thread starter Aidan Jeffery
  • Start date Start date
Status
Not open for further replies.
A

Aidan Jeffery

Guest
The database code page doesn’t seem to be relevant to the problem you are seeing. It will depend on the client startup parameters and the fonts that are used - in this case, the font that is used for the widget that you are entering the character value into. Assuming that your installation is using Courier New for font2, try this: DEFINE VARIABLE myChar AS CHARACTER INITIAL "Š". UPDATE myChar WITH 1 COLUMN FONT 2. MESSAGE "myChar =" myChar VIEW-AS ALERT-BOX.

Continue reading...
 
Status
Not open for further replies.
Back
Top