Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pview, combo and grid
Message
De
01/05/2000 15:19:27
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvanie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Pview, combo and grid
Divers
Thread ID:
00364856
Message ID:
00364856
Vues:
44
comboA.recordsource:= Select distinct ofc from manentry
comboA.interactivechange:= pv_ofc = this.displayvalue | =Requery("vwME_mgr")
comboB.recordsource:= vwME_mgr
comboB.interactiveChange:= pv_mgr = this.displayvalue | =Requery("vwME_ofcmgr")

grid.recordsource = vwMe_ofcmgr

vwME_mgr := Select distinct mgr,mgrname from manentry where ofc=?pv_ofc
vwME_ofcmgr:= Select (yada) from manentry where ofc=?pv_ofc and mgr=?pv_mgr

ManEntry table is indexed on Ofc and Mgr

How do i have the changes made to (yada) fields in the grid change the values in the ManEntry table? I know this is one point of using views, but i think i'm missing something. TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform