Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Environment problem
Message
From
19/04/1999 12:07:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Data Environment problem
Miscellaneous
Thread ID:
00209706
Message ID:
00209706
Views:
58
HELP:

I have the following heirachy:
VFP Form
BaseForm (Insulation layer)
myBaseForm (with several custom methods & properties)
myForm

myBaseForm has a method call frmSetupDataSession that contains code (MAYBE it shouldn't)

myForm has the following code in frmSetupDataSession:
LPARAMETERS plkeepvfpdefaults
set step on
dodefault(plkeepvfpdefaults)

myForm.DataEnvironment.BeforeOpenTables contains the following code:
set step on
thisform.frmSetupDataSession

When I trace into the form, I get a breakpoint on BeforeOpenTables. When I use the trace button, the next line that "breaks" is in myBaseForm.frmSetupDataSession. I NEVER get a "break" in myForm.frmSetupDataSession. What am I doing wrong?

TIA
Mike
Mike
Next
Reply
Map
View

Click here to load this message in the networking platform