Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any way around this modal form problem?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Any way around this modal form problem?
Divers
Thread ID:
00632093
Message ID:
00632093
Vues:
51
I have two modal forms and I bounce back and forth between them as follows without a problem.

THISFORM.Release
DO MyForm1

THISFORM.Release
DO MyForm2

THISFORM.Release
DO MyForm1

But when I do the following the forms don't release properly and I get them flashing back at me in rapid succession when I exit the final form.

THISFORM.Release
DO MyForm1

THISFORM.Release
DO MyForm1

THISFORM.Release
DO MyForm1

You might ask, why do you release the form and then Do the same form again. This could happen depending upon certain conditions because each from is tied to a certain record type in the table. If two record types happen to be the same and are back-to-back in the table, then this problem of forms not releasing properly could happen.

Any way around this? I could use Modeless forms, but the programmer I am working for asked me to only use Modal forms for this application.

Thanks for the help.
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform