Using British Pound sign £

davachi

New Member
Hi All


Using terminal emulator in v220 mode, we are trying to cater to our UK users in using the pound symbol £.

I have set the telnet session on HP-UX to display the pound sign, but this setting somehow gets over written by Progress.

How would you set the progress to display the pound symbol on
Shift-3 allowing user enter this sign as part of their comments?



we use:
QAD eB,
Progress 9.1B,
HP-UX 11

Thanks

Mehrdad Davachi
Perth Australia
 
use chr() function to print the symbols:
for eg: chr(156) to print the pound sign.
progress.gif
 
Top