Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
@SAY after running reports and previewing
Message
De
05/03/2003 14:48:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
@SAY after running reports and previewing
Divers
Thread ID:
00761730
Message ID:
00761730
Vues:
63
I am getting a Hex 5 Fatal Error after running a report and hitting a line after the report is run:

DEFINE WINDOW DATERANGE AT 0,0 SIZE 3,48
MOVE WINDOW DATERANGE CENTER
ACTI WINDOW DATERANGE

m.action=1
@ 0,1 say 'Enter statement cutoff date......: ' get mEnddate <-Here is error occurs

===================================================================
I changed the code to read :

DEFINE WINDOW DATERANGE AT 0,0 SIZE 3,48
MOVE WINDOW DATERANGE CENTER
ACTI WINDOW DATERANGE

m.action=1

@ 0,1 SAY 'Enter statement cutoff date......: '
@ 0,35 GET mEnddate

I no longer get the nasty error but after running the report a subsequent time the @SAY does not display anywhere either in the main Fox Window or the user defined one

I have tried sys(1104) and checking to see if the window is defined somehow and releasing it manually before the define begins.

We are running this ancient legacy code inside a VFP7 Application.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform