Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Paramaterized Views
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00131578
Message ID:
00131590
Views:
14
>Is there a quick way of using the Form Designer for one-many layout with a Paramterized Remote View to get a grid of the table to update as the Parent table record is changed?
>
>I'm having trouble with the logic here.
>Refresh() and REQUERY() seem to be the answer but the implementation is a little troubling.
>
Just trying to clarify here. You have a parent table -- a VFP table? Then you have a parameterized view of a remote table. You have a grid that displays records of the parent table. Where does the remote view come in? When you change data in the VFP table, you can put code in AfterRowColumnChange method of the grid to Requery("ViewName") the remote view. Then do a ThisForm.Refresh()
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform