Using Friendly Ghost Language

A

ARMOR

I'm attempting to print an Access report to a BOCA thermal printer that
normally uses Friendly Ghost Language (FGL). I get the data to the printer
but nothing prints. Any suggestions?
 
P

Pat Hartman

You need to have the correct driver loaded for the printer. If you don't
have the installation CD, you may be able to download a driver from the web.
 
J

John W. Vinson

I'm attempting to print an Access report to a BOCA thermal printer that
normally uses Friendly Ghost Language (FGL). I get the data to the printer
but nothing prints. Any suggestions?

I'm not familiar with either this language or the BOCA printer, but this does
not appear to be specifically an Access problem. Is there a BOCA website where
you might get some support? Or could you at least post the VBA code you're
using?

John W. Vinson [MVP]
 
A

Albert D. Kallal

ARMOR said:
I'm attempting to print an Access report to a BOCA thermal printer that
normally uses Friendly Ghost Language (FGL). I get the data to the
printer
but nothing prints. Any suggestions?

Why not just use the windows print driver that ships with the BOCA printer,
and build a report?
 
Top