Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form loading flash
Message
De
12/05/2016 22:24:01
 
 
À
12/05/2016 17:34:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01636239
Message ID:
01636311
Vues:
60
Sorry - function in Main.prg...
func reclok
PARAMETERS nrecord
tries=0
do while !rlock()
	IF !EMPTY(nrecord)
		MESSAGEBOX("The record ("+ALLTRIM(STR(nrecord))+") you are trying to access is locked, and may be in use by another user.;
	 	If this isn't the case, please contact your systems administrator...",64,'Record locking information...')
	ELSE 
		MESSAGEBOX("The record you are trying to access is locked, and may be in use by another user.;
	    If this isn't the case, please contact your systems administrator...",64,'Record locking information...')
	ENDIF 
	tries=tries+1
	IF tries=3
		UNLOCK all
		return
	endi
enddo
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform