Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access the Name property of a combobox.
Message
 
À
26/11/2003 09:46:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00853637
Message ID:
00854578
Vues:
14
Gregory,

Thank you for the info. I'm going to do something along those lines as you and Stephan have suggested.


>Elgin,
>
>Oh, I see now...
>
>This.name will be re-evaluated each time the datasource is accessed. It may well be the Name of the grid ?
>
>Best is not to have variable in filters
>
>Try this
>
>
>*SET FILTER TO ALLTRIM(datafield) = ALLTRIM(This.Name)
>
>local f
>f = [alltrim(datafield) = '] + ALLTRIM(This.Name) + [']
>
>set filter to &f
>
Elgin Rogers
Epic Solutions
www.epicsolutions.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform