Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command button class
Message
De
02/05/2000 18:05:41
 
 
À
26/04/2000 09:14:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00363521
Message ID:
00365390
Vues:
17
I believe this is how I would do it

At the command Button

method:cmdbutton.click
* Begining of click event
this.cPickList = "frmpicklist.scx"
this.cPickItem = ""
do form (this.cPickList) to this.cPickItem
return
* end of CLICK event


*At the pick List form

thisform.windowtype = 1 && Modal
* need to set it to modal to allow a return value from the UNLOAD
* event

method:
UNLOAD
* this.cvalue && is the value that you assigned from the list box (pick list)
return this.cvalue

Harap boleh tolong :)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform