Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not saving
Message
De
08/06/2004 09:07:10
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00910506
Message ID:
00911130
Vues:
26
Here's the code:

local aSQLError[1]

SELECT V_VEHLIST
replace V_VEHLIST.curr_sele WITH .t.
llsuccess = TABLEUPDATE(.T.)
IF !llsuccess
aerror(aSQLError)
msg = "Data was not saved -- call a programmer"
messagebox(msg, 0+16+0, "Data Update Failure")
list memory like aSQLError noconsole to print
=TABLEREVERT(.t., .t.)
=REQUERY()
ELSE
SELECT V_CURRLIST
=REQUERY()
ENDIF

But it is still not updating the v_vehlist local view.

Hre is what is returned on the print command above...

ASQLERROr
(1,1) N 10
(1,2) C "Syntax Error."
(1,3) C .NULL.
Thanks in Advance.

J. Turner
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform