oipi 'signature font' printing (OpenInsight Specific)
At 16 JAN 2002 04:01:49PM b cameron wrote:
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
At 16 JAN 2002 05:34PM Donald Bakke wrote:
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.)
dbakke@srpcs.com
At 17 JAN 2002 02:36AM b cameron wrote:
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.