You need to read the help file on local views, particularly parameterized
views, which are exactly what you want here.
You'd create your form with the view in the data environment, opened
NODATAONLOAD. In the valid of the textbox, you set the value to the
parameter and Requery().
Your grid, displaying the contents of the view, will update itself.
Dan
<shahjagat (AT) aol (DOT) com> wrote
Quote:
Hi -
I am VERY VERY new to VFP. MY experience is only in FPW 2.6.
I need some basic information on how to use the Grid control.
On the form, the customer enters a date. I want the Grid control to
show data only for that date so that the user can edit the information.
How do I achive this?
Thanks in advance
Shah |