Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I return a value from the init method of a form
Message
De
20/07/2006 09:16:06
 
 
À
20/07/2006 08:53:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Divers
Thread ID:
01137825
Message ID:
01138014
Vues:
22
>This is write
>The Unload is execut but it dosent return the client number
>
>I have This code in the Unload
>
>WAIT WINDOW 'UNLOAD'+Thisform.valret
>RETURN Thisform.valret
>
>The wait windowe is there to verify the value of the Valret porperty
>
>The wait window show me the client number '8433185'
>But the return value is empty

PMFJI,
but I never try returning a thisform value. I put it into a local variable and return that.
 Local lnClient
 lnClient = Thisform.valret
 RETURN lnClient
HTH,
Beth
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform