Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open child form w/out locking parent in place
Message
From
20/06/2012 12:24:20
 
 
To
20/06/2012 10:50:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01546368
Message ID:
01546447
Views:
56
>the button.click is just Do Form ShowCrit
>
>If ShowCrit really were modeless, you wouldn't see it at all. It would go out of scope. To keep it in scope, you need
>
>
>DO FORM ShowCrit NAME oForm LINKED
>
>
>You probably have code somewhere that is making the form modal...

The form consists of a grid and a command button ("Return").

Form.load contains the data selection for the grid (a list of review criteria, text only).

Form.WindowType = 0 - Modeless

cmdReturn.click = thisform.release()

This form is called from another form by clicking a 'View Criteria' button.

This form comes up on top of the calling form (expected), but you cannot get back to the calling form without closing this form (unexpected)
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Previous
Reply
Map
View

Click here to load this message in the networking platform