Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open child form w/out locking parent in place
Message
De
20/06/2012 12:24:20
 
 
À
20/06/2012 10:50:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 7
Database:
Visual FoxPro
Divers
Thread ID:
01546368
Message ID:
01546447
Vues:
58
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform