Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set defaults in private data sessions
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to set defaults in private data sessions
Miscellaneous
Thread ID:
00409636
Message ID:
00409636
Views:
55
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
Next
Reply
Map
View

Click here to load this message in the networking platform