Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00318718
Message ID:
00318735
Vues:
17
>I have a combo box with STRUCTURE as the RowSourceType. Is there a way to filter this list and only allow certain fields?
>TIA.

Hi Ken,

No, but you coud use AFIELDS() to get an array with structure, do some processing to leave only fields you want and use it as the RowSource for the combo. Or, create the cursor, APPEND FROM ARRAY created with AFIELDS() do your processing on the cursor and use the cursor as combo.RowSource.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform