Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access the Name property of a combobox.
Message
From
26/11/2003 09:46:33
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00853637
Message ID:
00853672
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform