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

Click here to load this message in the networking platform