Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids and FOR clauses
Message
 
À
06/05/1998 22:01:00
Quinn Mayo
Quantified Pty Ltd
Melbourne, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00097556
Message ID:
00097567
Vues:
20
>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."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform