Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00622332
Message ID:
00623483
Views:
30
>Mark,
>
>Sometimes I've run into similar conditions that because of some form LOCKSCREEN, REFRESH, or other, it throws-off the MODAL portion and lets program execution continue. To test this, try the following...
>
>
>...part of the click event that may be prior to call the MODAL form
>DO FORM YourModalForm (to some var if expecting return value...)
>
>set step on
>
>...continue with rest.
>
>If the SET STEP ON comes before the form is released, then there is some type of activity that is releasing it. To correct this, at the form level (of the MODAL form), add an "ASSIGN" method to the forms MODAL/MODELESS property. In that, put a set step on. You should then see what culprit code is causing it to loose modal state.
>
>HTH,
>
>
>Don


Nope, no event fires when I click outside of the modal form. Must be this Top Level, In top level crap.

Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform