Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
@SAY after running reports and previewing
Message
 
 
À
05/03/2003 14:48:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00761730
Message ID:
00761855
Vues:
22
Hi Scott,

Does GET still shows up in the window? What if you change SAY and GET as follows
@ 1,1 SAY 'Enter statement cutoff date......: ' COLOR N/W* 
@ $, $+1 GET mEnddate
>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.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform