Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check for Exclusive Open?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00741115
Message ID:
00741124
Vues:
25
This message has been marked as the solution to the initial question of the thread.
Hi marvin
I have a function that handles that you could try this:
FUNCTION EXCL_USED
* SEE IF YOU CAN GET EXCLUSIVE ACCESS TO THE FILE

LPARAMETERS file_name

temp_handle=FOPEN(file_name+'.dbf',2)
DO CASE
	CASE temp_handle=-1
		RETURN .F.
	OTHERWISE
		FCLOSE(temp_handle)
		RETURN .T.
ENDCASE     
hth
What is Wisdom?
Wisdom - The ability to respond to any situation according to God's Plan.
Therefore:
USE Wisdom IN Everything ORDER priority AS Knowledge
SELECT Knowledge
BROWSE FOR Understanding WHERE Wisdom=Guide

LeRoy Jackson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform