Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DOS printing
Message
From
27/06/2003 08:07:21
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00804560
Message ID:
00804607
Views:
32
you don't need any printer description (I use these solutions in my applications with any dot matrix printer compatible IBM and EPSON):

if you print your reports from .frx reports :

repo form myrep to file myrep.txt ascii

on erro retr
copy file myrep.txt to lpt1

if you want to print your repots with code:

way 1:

use ??? command . it skip windows printer

way 2:

set prin to myrep.txt
?"kldkfld"
?"mvkcvcxk"
ejec

set prin to

on erro retr

copy file myrep.txt to lpt1
Previous
Reply
Map
View

Click here to load this message in the networking platform