Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form loading flash
Message
From
12/05/2016 22:24:01
 
 
To
12/05/2016 17:34:08
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01636239
Message ID:
01636311
Views:
61
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
Previous
Reply
Map
View

Click here to load this message in the networking platform