Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resource Files in VFP9
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01002810
Message ID:
01002853
Vues:
18
>
>Well ... I tested in both VFP9 and VFP6. Excuted my application from the project manager and then returned to the project manager. This is what happens from the Command Window. BTW - bg.dbf is my resource file that I open exclusively in my applicaiton.
>
>The following both work in VFP6 and neither work in VFP9 - "File is in use".
>USE c:\rt50v538_old\resource\bg.dbf IN 0 SHARED
>USE c:\rt50v538_old\resource\bg.dbf IN 0 EXCLUSIVE
>
>Either of the above will work in VFP9 if AGAIN is added.
>
>VFP9 will NOT let me delete the bg.dbf file using Windows Exporer -"It is being used by another person or program"
>
>VFP6 will let me delete the bg.dbf file.

It looks like SET RESOURCE OFF in VFP6 and SET RESOURCE ON in VFP9. You can check it with
? SET("RESOURCE")
or in Tools -> Optios -> File Locations -> Resource File.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform