dbTalk Databases Forums  

Grid Control - VFP 7.0

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss Grid Control - VFP 7.0 in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
shahjagat@aol.com
 
Posts: n/a

Default Grid Control - VFP 7.0 - 04-21-2005 , 08:54 PM






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


Reply With Quote
  #2  
Old   
Dan Freeman
 
Posts: n/a

Default Re: Grid Control - VFP 7.0 - 04-24-2005 , 02:30 AM






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




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.