Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SYS(1037) Causes C000005 crash if CANCEL/ESC.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00308812
Message ID:
00308830
Vues:
14
>If the following code is run and you hit ESC or click on CANCEL in the Dialog Box the program will crash with C000005 on the CREATE REPORT line. If you click on OK, everything will run fine.
>
>= sys(1037) && Page Setup Dialog Box.
>CREATE CURSOR Dummy (DumField C(1))
>CREATE REPORT TempRpt FROM Dummy
>ERASE TempRpt.Frx
>ERASE TempRpt.Frt
>
>I am using VFP 6.0 SP 3 on Win98.
>
>I have tried this after having set various printers as the Windows Default Printer via Settings -> Printers before running the code including Epson LQ 870 and HP LaserJet 6p with the HP driver and again setup with the Win98 driver.
>
>Can others duplicate the error and does anybody know a solution?
>
>TIA
>
>Ed

Are you missing a REPORT FORM temprpt command?

How about instead of using the SYS(1037) call you do something like this:

CREATE CURSOR Dummy (DumField C(1))
CREATE REPORT TempRpt FROM Dummy
REPORT FORM TempRpt TO PRINTER PROMPT
ERASE TempRpt.Frx
ERASE TempRpt.Frt

Does this help?
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform