Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pview, combo and grid
Message
From
01/05/2000 15:19:27
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvania, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Pview, combo and grid
Miscellaneous
Thread ID:
00364856
Message ID:
00364856
Views:
42
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
Next
Reply
Map
View

Click here to load this message in the networking platform