Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert table problem
Message
De
08/03/2008 09:54:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Insert table problem
Divers
Thread ID:
01299941
Message ID:
01299941
Vues:
49
In my menubar , i want save the login id and logout time.
so I put the following code in the menu bar 's procedure (named Exit)


pAns = MESSAGEBOX("Are You Sure To Quit The Application ?",4+32,"Confirmation")


IF pAns = 6
insert into loginHistory(userid,module,logouttime)values(pub_userid,"SEA-OUT",datetime()) <-- got error "file is in use"
QUIT()
ELSE
RETURN
ENDIF

does anyone know how to solve it ?
Thanks a lot
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform