Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formsets or Forms
Message
De
21/01/1999 10:08:06
 
 
À
21/01/1999 09:59:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00178447
Message ID:
00178455
Vues:
27
>This may have been answered before. I want to call a form from another form to get a value returned for the parent form. do these forms need to be in a formset or can I have then as separate forms? if I have to make them into a formset, then Im being told that all the methods and properties will be moved, what does this mean and what things will I have to change?
>
>Thanks
>Ron

You can use separate forms. There are few methods to communicate between forms. The simplest one is to serach in Forms collection.
For Each oForm In _SCREEN.Forms
 IF oForm.Name=="myform"
  eValue=oForm.Property1
  Return eValue
 ENDIF
EndFor
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform