Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximize not calling resize ??
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00832301
Message ID:
00832757
Views:
22
>Thanks for trying Fred. I've got a lot going on in this form. I may just have to start with a "blank" form and add pieces until I figure out what's killing me.
>
>I appreciate all your suggestions though. If anything else comes to mind, let me know.
>
>Rodd
>>
>>I don't know what to tell you, the Resize() is called for me if the form is made Visible.
Resize only seems to fire if the form is Visible when the WindowState is changed.
>>>> Fred

Resize() fires for me before Init().
There was an article in FoxPro advisor about the Form event order.
That is:
  Load
  Init
  Show
  Activate
  GotFocus
An important warning from the article was to NOT SetFocus() to any object
until the end of the form.GotFocus().
- Andy Rice
San Diego, CA
Previous
Reply
Map
View

Click here to load this message in the networking platform