Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View not updated
Message
De
07/03/2000 20:12:06
 
 
À
07/03/2000 20:09:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00342982
Message ID:
00343057
Vues:
29
Hi Erick,

Sorry, forgot my last message the code is wrong.....

This is my code in my save botton,

m.lSuccess = .T.
select int_doc_vnd
replace;
c_TipoDoc with .Txc_TipoDoc.value;
c_armazem with .Txc_Armaz.value;
c_cod_ser with .Txc_Serie.value;
c_numdoc with .Txc_Numdoc.value
m.lSuccess = TableUpdate(1,.T.,"int_doc_vnd")
browse
IF m.lSuccess
else
=Messagebox ("NOT SAVED")
ENDIF

and the m.lsuccess don't pass in massagebox, i think i don't have now any error.

The form is now in a begining i don't have now an error trap,
>>>>Also, what does TABLEUPDATE() return?
>>>>If it returns .F., what are the contents of AERROR()?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform