Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Related combos - don't work!
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01519661
Message ID:
01519722
Views:
43
>Hi Naomi,
>
>
>SELECT - SQL has problem with corectly evaluating THIS and THISFORM.
>Yes, you can use varibale, but the variable must be PUBLIC (visible for control on form).
>
>Or another solution...
>
>* cboDepartments::InteractiveChange
>thisform.cboCategories.rowsource = "select * from csrCategories where department = SPACE(10) or department = '"+This.Value+"' into cursor csrCat"
>thisform.cboCategories.Requery()
>
>
>MartinaJ
>
Yes, I went with the same idea, but then we need to re-build the combo every time (which I did).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform