Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DropDown SQL issues
Message
De
26/04/2006 13:58:08
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01116632
Message ID:
01116785
Vues:
14
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform