[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: [sqr-users] Use of Wingdings Special character



That character is available also in the ISO-8859-1 character set. In
your Declare-Printer statement (in Setup31 or Setup32), specify
SYMBOL-SET=ON (ON is the code for ISO-8859-1). This character set
allows for most accented characters.


>>> JHarris@frederick.edu 2003/03/13 2:01:50 pm >>>
What you need to do is find out the ASCII code for this character (129
I
think: the lowercase U with two dots above is 129) and do this:

let $special = chr(129)
let $output = 'This is a test to see if I can print the ' || $special
|| ' character in SQR.'

print $output (,)


Hope this helps. :)

-----------------------------------------------------
James Harris
Junior Systems Programmer/Analyst
Information Technology Division
Frederick Community College
-----------------------------------------------------

>>> chouxchris@yahoo.fr 3/13/2003 12:26:36 PM >>>

Hi,

I want to print a ü on a SQR Report. I have found that this character
is ü in Wingdings.

I have try to add the police Wingdings in Pssqr.ini file, but it print
a 'ü' ...

I have found that a afm file is missing . How can I find this file ?

Does anybody already have this issue ? or have another idea ?

Cc



---------------------------------
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Testez le nouveau Yahoo! Mail

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org 
http://www.sqrug.org/mailman/listinfo/sqr-users

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users