Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListBox Loading Slow
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00608008
Message ID:
00608058
Vues:
15
Hi Kevin;
Set the RowSource to ThisForm.aResults and RowSourceType to 3

and put this on the property rowsource this value:
SELECT TRANSFORM(Id) AS Id,StatName,ProgTitl,ClientId,BkPhone,DTOC(BkDate)+ " " + BkTime AS DateTime,TRANSFORM(BasOrdr) AS OrdQty, State FROM Resh WHERE ALLTRIM(ClientId) = "GM" <b>INTO cursor cur_Results</b>
and to refresh use:

mycombo.Requery()

Ps: don't forget to the columncount to 2 or more

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform