Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids and FOR clauses
Message
 
 
To
06/05/1998 22:01:00
Quinn Mayo
Quantified Pty Ltd
Melbourne, Australia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00097556
Message ID:
00097567
Views:
19
>Hi,
>We have some grids displaying data and what we have to do is somehow display data only when one of the fields equals the value of a spinner. How do we go about doing this?
>

You can use the following options:

1. Create SQL VIEW to take advantage on the WHERE clause as your filter condition.

2. If Using DE, you can utilize the FILTER property of Cursor object.

declare public variable for your filtering criteria.

at InteractiveChangeEvent of the spinner issue:

publicvariable = This.Value

If using view:

=REQUERY("myview")

then

Thisform.Refresh()
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform