Re: HP Printing
From: swdev2 (wsanders.bob_at_bob.efgroup.com)
Date: 01/31/05
- Next message: swdev2: "Re: Just an opinion"
- Previous message: swdev2: "Re: SQL / VFP reporting error"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 31 Jan 2005 17:36:52 -0600
Heya Jeff -
this is a reverse of 'strip the frx' before printing. .. .
here goes ...
1. in the vfp ide - pick a printer.
2. in the vfp report writer - change the page setup [and look for the tray
you want]
3. preview the report.
4. close the report - and ..
a. open the report file as a table
b. go to record one
c. grab the ADDITIONAL INFO you get in the tag, tag2, and expr fields
d. STUDY IT - seeing which escape sequence, binary code selects the tray
you want.
e. make it a data string somewhere ... and then....
5. make a printer prg file that sets up the printer that you want, and puts
the additional codes INTO the frx file, then gen the report.
hth - mondo regards [Bill]
-- William Sanders / Electronic Filing Group Remove the DOT BOB to reply via email. Mondo Cool TeleCom -> http://www.efgroup.net/efgcog.html Mondo Cool WebHosting -> http://www.efgroup.net/efglunar.html Mondo Cool Satellites -> http://www.efgroup.net/sat VFP Webhosting? You BET! -> http://efgroup.net/vfpwebhosting mySql / VFP / MS-SQL "Jeff Grippe" <jgrippe@hilldun.com> wrote in message news:10vanblek9de373@news.supernews.com... > Hello and thanks in advance for the help. > > I have an issue with VFP and network printing to HP printers. > > My server OS is Win 2003 and my client OS is XP. > > I have an HP 4000tn printer on my network. It has three trays labeled 1, 2, > and 3. > > I have the HP 4000 driver installed on the Win 2003 Server. > > I installed the printer on the client which downloaded the driver. > > I configured the printer on the client to print from tray 2 and I printed a > test page which confirms that the copy of the printer on my client is > configured to print from tray 2. I can also print a word document to this > printer and it will select the paper from tray 2. > > When I issue the command: > > SET PRINTER TO \\hillmain\blue > > and then issue my report command the report prints to the paper in tray 3 > (which I think is the first available). > > Does anyone have any idea what I am doing wrong and how to get my VFP > reports to always print from tray 2? > > Thanks again. > > Jeff > >
- Next message: swdev2: "Re: Just an opinion"
- Previous message: swdev2: "Re: SQL / VFP reporting error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|