Trying to print a signature on a check from a sig. font.
The escape seq. is kept in a field in a record.
Have tried the following….
OrigFont=Get_Printer("FONT")
Signature=SCtrlItem
Convert "ESC" to Char(27) in Signature
Call Set_printer("FONT",Signature)
Call Set_Printer("FONT",OrigFont)
But did not get any signature. Just wanted to rule out any bad coding here. Any suggestions or comments? Thanks
Bruce,
All your code is doing is changing the font that the OIPI will use to print text. You aren't printing any text (e.g. using the TEXT, TEXTXY, or ADDTABLE commands.)
Don,
Yes sorry about that. I forgot that line.
Actually spoke to my associate (who was actually at the site do some modifications) who said that the problem was that the font codes for the signature was not installed on the machine and all works well now.
Thanks for the response.