Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing active form
Message
De
08/05/2003 10:32:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Refreshing active form
Divers
Thread ID:
00786240
Message ID:
00786240
Vues:
53
I have a form that gets launched from a class and there are 4 parameters passed to the init of the form. I need to keep the form visible and pass it information from the mouse click on the form. When I used init rather than refresh I ened up with several forms.
I first check to see if it is an object then launch the form. The problem I have is how can I pass these 4 parameters to the form after it has been launched?

if type('_vfp.forms("coords")') = 'O' then
_vfp.Forms("coords").refresh
else
DO FORM coordinates WITH lcLLXString, lcLLYString, lcUTMXStr, lcUTMYStr
endif

Thanks in advance
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform