Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GRid Manipulation
Message
From
12/04/2003 03:42:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
GRid Manipulation
Miscellaneous
Thread ID:
00776881
Message ID:
00776881
Views:
52
I have a field customer code which is a user input text box. When the user inputs the text box - and clicks on refresh.

The grid should fetch results based on the following criteria

All code written against the Refresh button

vcustomercd=ALLTRIM(thisform.Text1.text)
** This is where the customer code gets captured

WAIT WINDOW "Customer Code is "+vcustomercd
** Displaying the customer code

SELECT * from unfixeddealsregister WHERE customercd = vcustomercd
** The Output of this should be directed to the grid which is associated with the table unfixeddealsregister

Pls suggest a way out !

Thx & Rgds,

KB.
Next
Reply
Map
View

Click here to load this message in the networking platform