Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to set defaults in private data sessions
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to set defaults in private data sessions
Divers
Thread ID:
00409636
Message ID:
00409636
Vues:
56
I have a form whose data session property is set to Private.
But cant get Set Exact on to be set.
I have done the following:

1. Set up oApp.SetDefaultproperty which: Set Exact On
2. In my Base Form Class , in the LOAD event:-
oApp.SetDefaults

But the following is happening:
When my Base Class Runs: it does set exact on
(I have a Wait Window in the My Base Class Load Event which shows this)

In the Form Itself Load Event I Have:
DoDefault()
Wait Window 'Set exact=' + Set('EXACT')
... and this shows that Set Exact is OFF

It appears that the something has changed the setting between
the time the Base Class Load code runs and he time the actual form code runs.

Would anybody have any ideas why this is happening ?

Regards,

Gerard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform