Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameter to form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00250894
Message ID:
00251318
Vues:
9
Hi Jane,
In your password form create a property call freturnvalue.
in the click event of the Ok Button set this
if password ok
thisform.freturnvalue = .t.
** other code here
thisform.release()
endif

in the unload event type the foll code
return(thisform.freturnvalue)

I hope I this could help.

regards,
Fred
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform