Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Garbage is printed
Message
From
07/11/2001 09:59:36
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00577792
Message ID:
00578495
Views:
27
This message has been marked as a message which has helped to the initial question of the thread.
>>>>Nadya --
>>>>
>>>>Would a new printer be out of the question? <g>
>>>>
>>>>
>>>
>>>It the functional equivalent to the Epson DFX8000, which is a $2500 printer. It might be worth finding and fixing the problem.
>>
>>Well, when you put it in that context <s>
>>>
>>>If it was me, I wouldn't be using graphics mode. I would go straight to the printer (with ???) or would create a text file and then dump the file to the printer.
>>>
>>>In text mode, this printer is very fast, and I would want to take advantage of it. Of course, maybe they only want to print 100 labels, and speed may not be an issue.
>>
>>It's certainly possible to generate text with ???.
>>
>>But, the problem is they have existing reports and labels.
>>
>>Do you know of any utilities to convert from VFP reports/labels to a programmatic version (Pete Olympia had one for 2.6 labels)?
>>
>>Nadya -- how easy would it be to convert your existing labels and reports to code using ???.
>>
>>Jay
>
>I think, we can just use REPORT FORM myReport TO FILE ASCII command, what do you think? However, we would not do it everytime, but only for specific printers. So, my question now is (as I already asked Steve), how can we determine, do we need to print it to text file, then print, or print directly. We should be able to determine, in which mode the printer is. Some API functions could help, I hope.

> REPORT FORM myReport TO FILE ASCII command
GOOD LUCK

I'm quite sure that you'll need to access the Win API to find out printer setting information. If it's possible in your setting, it would be easier simply to set it up in text mode and leave it there. That would save the problem of determining whether or not its in text mode.

I want to reiterate that you MUST ensure that the dip switch settings on the printer are in emulation mode. For that you'll need documentation. The Win API works through the Epson driver and will not be able to determine whether or not it is working with a clone in the proper setting.

Best wishes!

Jay
Previous
Reply
Map
View

Click here to load this message in the networking platform