We have an old Dbase III application that we need to adjust the printer codes so a report will print in landscape mode on a HP Laser. Where can I find reference material on the Dbase III printer codes that would allow us to do this?
I believe you should be able to find the PCL codexes on the HP website.
As for connectivity, DB3 (unless you have network ver) will look for the local printer port. If this is the case you should be able to pass the PCL codes by using the SET PRINT.
I'll attempt a screen shot of DB3+ help below, hopefully you'll be able to see it:
[tt]
SET PRINT
SET PRINT
---------
Syntax : SET PRINTER TO [LPT1/LPT2/LPT3] / [COM1/COM2] /
[\\<computer name>\<device>=LPTx]
SET PRINT on/OFF
Description : Does/does not direct all output not formatted with the
@...SAY command to the printer. SET PRINTER TO directs the
output to a specific printer or DOS device. The first two
forms of SET PRINTER TO are for local print devices. The third
is for a network device. SET PRINTER TO by itself resets to
the default device (both) and ends the spool process (network).
See also : SET DEVICE
HELP ¦<C:>¦ ¦ ¦ ¦Num
Previous screen - PgUp. Previous menu - F10. Exit with Esc or enter a command.
ENTER >
[/tt]
Try using the HELP command and type in SET TO as the search key.
--MiggyD
Never be afraid to try something new. Remember that amateurs built the Ark. Professionals built the Titanic.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.