Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access the Name property of a combobox.
Message
De
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:
00853672
Vues:
16
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
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform