Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
General Questions
Message
De
12/10/2010 07:33:47
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
12/10/2010 03:13:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01484926
Message ID:
01484945
Vues:
94
>Hi
>
>Can anyone explain what is the difference between 1.Default Data Session and 2.Private Data Session?

In default data session, a table opened by one form is also visible by another form. In private data session, tables opened by one form are "hidden" from other forms. This makes different forms act almost like different users. In the default data session you always run the risk of interference among different forms; therefore, your forms should use the private data session.

Similarly, if defined with a private data session, each form can have different settings for certain SET commands, e.g. SET DELETED.

>2. Where to use LockScreen? Because sometime when I click on any object the form slightly shake.

To postpone the updating of the form. Lock the screen updating, do some updates, then un-lock the screen again.

>3. Is it safe to use SP2 now? As I am not fully aware of it.
>4. In case of SP2 is there any major changes in project?

3 and 4, I don't know.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform