Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid HighLighter Class and SET FILTER
Message
 
 
À
16/02/2009 14:06:20
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01382142
Message ID:
01382153
Vues:
86
This message has been marked as the solution to the initial question of the thread.
>Sorry Sergey, this is the SET command
>
>cAlias = JUSTSTEM(Thisform.TablaEstadistica_Conteos)
>SELECT (cAlias)
>
>SET FILTER TO (Control.Etiqueta = This.Value) IN (cAlias)
>
>Is called from a Combo.InteractiveChange

It's not going to work because there's no way to know if This exists or what This is at the time when filter expression is evaluated.
Try
lcFilter = "Control.Etiqueta =" + TRNSFORM(This.Value)
SET FILTER TO &lcFilter 
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform