Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Procedure in a Form
Message
De
13/10/1999 15:43:21
Todd Brown
Teachers Credit Union
Granger, Indiana, États-Unis
 
 
À
13/10/1999 15:17:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00275973
Message ID:
00276022
Vues:
35
Fatal Error:Exception Code=C0000005
Called from -form1.command1.click line 696

This is line 696
append from getfile("wk1") wk1
from the code listed below.

When I run it with the debugger on it for some reason works fine. I turned off the debugger and the error returns. I am starting to feel stupid.

CASE ThisForm.Text1.Value = 103151
SELE 10
USE tmp_mtg
ZAP
append from getfile("wk1") wk1
SELECT 100 as Cmpy_nmbr, 103151 as gl_nmbr, Org_nmbr, new_cnt as Amount from tmp_mtg into dbf tmp_mtg2 group by org_nmbr where new_cnt > 0
SELE curstat
DELE for VAL(gl_nmbr) = 103151
APPEND FROM tmp_mtg2 FOR VAL(org_nmbr) > 0
REPLACE ALL updated WITH .t. FOR VAL(gl_nmbr) = 103151
getstats.DataEnvironment.Cursor2.Filter = 'val(gl_nmbr) = stats_update.stat and not deleted()'
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform