Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event Sequence ?
Message
From
22/12/2002 17:09:22
 
 
To
22/12/2002 15:08:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00735286
Message ID:
00735299
Views:
18
UPDATE: Oops, sorry - mine was the Moved() event.
Maybe... I had code in a Resize() that got fired before the Init() and David F pointed out that VFP would do this if the values for Top/Left were not at DEFAULT. Mine were at 0 but each was bold. Once I reset to default (by rt-click) then all was fine.

good luck


>I just discovered that the Resize() Event for all controls in a form occur BEFORE any Init Events. And that the PageFrame.Resize() occurs twice.
>
>When I set a BreakPoint on "Prog(1)", the BreakPoints were triggered in this order:
>1. Form.DataEnvironment.BeforeOpenTables()
>2. Form.Load()
>3. Form.PageFrame1.Resize()
>4. Form.PageFrame1.Resize()
>5. Form.PageFrame1.Page1.grdCalls.Resize()
>6. Form.PageFrame1.Page1.grdCombos.Resize()
>7. Form.PageFrame1.Page1.grdCalls.Init()
>8. Form.PageFrame1.Page1.grdCombos.Init()
>9. Form.PageFrame1.Init()
>10. Form.Init()
>
>Does anyone know why this is this way?
>
>TIA
Previous
Reply
Map
View

Click here to load this message in the networking platform