Characters appear in fonts, not codepages. The relationship is somewhat more complicated than we assume. -----Original Message----- From: Paul Hill <paulroberth...@gmail.com> Date: Tue, 26 Jan 2010 07:50:53 To: <profoxt...@leafe.com> Subject: Re: Use a character from another codepage
On Mon, Jan 25, 2010 at 6:44 PM, Graham Trott <grahamskara...@gmail.com> wrote: > Would like to use the block character from codepage 437 without changing > codepages chr(219)=? and chr(255)= blank space > > VFP9 uses codepage 1252. 1252 is the codepage for Western European languages. In Russia VFP would use 1251. > I am not sure what the implications would be of changing the codepage in > existing applications. I don't believe you can change the codepage on an application basis (especially not to a DOS cp like 437!). >I would just like to create a simple progress bar that does not use any screen >real estate. For example: > > WAIT REPLICATE(CHR(219),50)+REPLICATE(CHR(255),50) WINDOW nowait I would write my own. Create a window and draw a box on it. -- Paul _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/17cad13c1001252350q2c5cc1bbhaa800ce765eb4...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious. Report [OT] Abuse: http://leafe.com/reportAbuse/17cad13c1001252350q2c5cc1bbhaa800ce765eb4...@mail.gmail.com _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/1365848400-1264507789-cardhu_decombobulator_blackberry.rim.net-249472...@bda351.bisx.prod.on.blackberry ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.