Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DropDown SQL issues
Message
From
26/04/2006 13:58:08
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01116632
Message ID:
01116785
Views:
15
>If is SET STEP ON in the init of my form, and do the following in the debugger:
>
>used("pplans")
>used("splans")
>used("paplans")
>used("saplans")
>
>
>Only the first one (the first combo box) returns a .T., the others are all .F.

I misread your original message. My suggestion is to change the RowSourceType to 2-Alias, and move the queries into the Requery method of their respective combos. Then, call This.Requery in each combo's Init method.

That'll give you more control over the process and make it easier to find out what's going wrong.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform