RE: FoxPro 7 - error filing reports - printer driver problem

From: Lee Mitchell (Leemi_at_online.microsoft.com)
Date: 08/10/04


Date: Tue, 10 Aug 2004 19:21:55 GMT

Hi PetC:

I have two ideas for you to try. First, use the ASCII clause on the REPORT
command to create an ASCII text file:

REPORT FORM Test TO FILE ASCII

If that does not help, remove the printer driver information from the
report's Expr, Tag, and Tag2 fields. See this article for more information:

138396 HOWTO: Use the Default Windows Printer in Visual FoxPro
http://support.microsoft.com/?id=138396

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 Public Beta Now Available!! --*
Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
   http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
   http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
 
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
   - VFP5 Mainstream Support retired June 30th, 2003
   - VFP6 Mainstream Support retired Sept. 30th, 2003

>When issuing a command like REPORT FORM s-PayAll TO FILE
>"C:\"+mReport+".txt" my system hangs and I have to do a Ctrl+Alt+Del
>to escape. Investigating, I find a flag saying that it can't find the
>printer driver. If I ask it to PRINT the form, it finds everything it
>needs and prints properly ... so why can't it find the driver for
>FILING the report? Where would that driver be? Please, thanks. PetC



Relevant Pages

  • Re: Text is Truncated when Report Prints
    ... It sounds as if the printer driver your client is using is ... To demonstrate that the problem is the printer driver, have the client ... report layout is to attempt to create or view an Access report on a computer ...
    (comp.databases.ms-access)
  • Re: Sometimes Ok, but sometimes Fail.
    ... Access, Windows version, printer driver and graphic card. ... Open a report which has report source assigned this permanent table. ... This [query] indicates a normal permanent query without any criteria in ... company changed the printer driver for all staff. ...
    (microsoft.public.access.reports)
  • Re: Why does text move in document with headers and footers?
    ... I wish I had the money to pay you just cause. ... Then the rest of the report continues. ... The way Word displays text on the screen is affected by the printer driver. ... *posted back here to the newsgroup*. ...
    (microsoft.public.word.vba.general)
  • UnicodeEncodeError in Windows
    ... def getdamage: ... """reads each line of war report ... """Build a string from a warrior's stats ... As I understand it the error is related to the ascii codec being ...
    (comp.lang.python)
  • Re: Report Problem VFP9 - SP1 & SP2
    ... I'm not sure what else to say other than it must be a printer driver issue. ... Report Problem VFP9 - SP1 & SP2 ... DECLARE INTEGER CreateDC IN gdi32; ... Cathy knows way more than I on this, but would assume that the fax/pdf page definitions with respect to allowable margins are different. ...
    (microsoft.public.fox.programmer.exchange)

Loading