Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Start a Form from a Form
Message
 
 
À
29/06/2000 17:19:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00386659
Message ID:
00386906
Vues:
17
In cases like this, I would go with one form with a pageframe. You could configure the pageframe to be tabless, in which case, it would look to the user that they were going to a separate form but in reality they never leave the form.

IMO, it would make sequencing easier. Also, all the configuration tables could exist in one dataenvironment.

Just a thought.

>Hi Larry,
>
>Thanks for the info in this case the forms are all modeless. This is a setup routine that the user can continue setting up or not...
>
>Thanks
>
>>>Thanks,
>>>
>>>I just didn't know if there were any problems with that...
>>>
>>>
>>>>>I want to close a form and then start a different form from the save button on the first form. What is the best way to do this?
>>>>
>>>>You could just do
>>>>
>>>>thisform.release()
>>>>do form NewForm

>>
>>If the new form is modal there are major problems with it. The modality will stop program execution after having released the form. However, because you are in the Click event of a commandbutton on the released form, it isn't really released. This could generate a C5 error.
>>
>>If the form is non-modal (modeless) then you should be okay.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform