Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Syntax error in using ??? 2

Status
Not open for further replies.

keithchansc

Programmer
Jan 16, 2004
13
0
0
HK
I got Syntax error when sending string containing character '{' to printer directly using '???'. Sending '{}' together is OK, but the '{' is lost. What happen?
 
Mike,

I tried but still the same result.

Keith
HongKong
 
Interesting. I couldn't get any of the following to work:

Code:
??? "{"
??? '{'
??? [{]

??? "\{"
??? '\{'
??? [\{]

??? "'" + Chr(123) + "'"
??? "'\" + Chr(123) + "'"

You may have to replace it with a bitmap or substitue it with a character from a bogus font.

-Dave Summers-
[cheers]
Even more Fox stuff at:
 
Rick,

It works great, Thanks with a star for you.

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top