Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving from one form to another form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00732459
Message ID:
00732469
Views:
12
The problem is probably your use of modal forms. A better design might be to make the forms non-modal and modify your codes as follows:
THISFORM.Hide()
IF WEXIST('frmXName')
   frmXName.Show()
ELSE
   DO FORM FormX
ENDIF
>Hello Foxperts,
>
>I've created a small app that has four forms with 'previous' and 'next' buttons to move between them. All the forms are WindowType=1-Modal. The Click event-method has the following code:
>
>ThisForm.Release
>DO FORM fox3   && or 2 or 4 or 1, as applicable...
>
>however, the forms are not releasing when the buttons are clicked, and I end up with all the forms on the screen.
>
>Where have I gone wrong?
>TIA,
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform