Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 5 Can't seem to be multi-user, what have I done?
Message
De
09/07/1998 12:24:15
 
 
À
09/07/1998 00:59:16
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00115499
Message ID:
00115788
Vues:
12
>>Laurisa, are you using Private data sessions? If not, the default setting for the global data session is EXLUSIVE = ON. Put the SET EXCL OFF code into your LOAD method on each of the forms to be sure it takes effect.
---
Barbara - Thank you! this fixed it.
---

>>Also, are you using Pessimistice buffering?
---
No, was using optimistic table buffering, that was why I was so confused.
---
>>
>>As for compiling forms, menus, etc. into the EXE: It is not required, but any file NOT compiled into the EXE will have to be distributed with your application. Most people include forms and menus, but many do NOT include reports (OK, folks, let's not start an argument on this one). You can even include lookup tables that you don't want the user to EVER change.
---
They are compiled as far as I can tell(i.e. they don't have the "no" symbol next to them), but the application wizard doform method looks to see if the file is present and uses the command:
DO FORM (lcFileName) NAME this.aForms[this.nFormCount] LINKED NOSHOW
Where lcFilename is a fully qualified name ex: c:\old_d\legis\forms\legis.scx
I'm assuming its running the compiled version, but don't understand what would be the advantage of having it look for the file. If it's not using the compiled version, then I'm really confused about the philosophy of the way it's set up.
---
>
>What network are you using? If it is a peer-to-peer like Lantastic you may need to make the exe a read-only file.
>//:^)
---
Larry - it's Novell and was doing fine with the exe, just not forms within the exe. Thanks!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform