Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to disable entries in the combobox?
Message
De
24/05/2010 13:28:13
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01465723
Message ID:
01465735
Vues:
54
>>>Hi everybody,
>>>
>>>I select data from SQL Server and display in the combobox. If the Hidden column value = 1 in SQL Server I want to display these values disabled.
>>> I tried appending \ in front of the description using case when statement, but as a result I got entries with \ in front of them.
>>>
>>>Is there a way to achieve what I want?
>>>
>>>Thanks in advance.
>>
>>Put cursor data into an array and uses RowSourceType = 5
>
>Fabio,
>
>There are 6 similar fields. Currently we use fields as RowSource (6) for each of these 6 fields. Would I be able to use the same array for each of these 6 fields?
SELECT &RowSource INTO ARRAY ComboArray FROM ...
Combo.ColumnCount = ALEN(ComboArray,2)
VFP uses \ on first column only.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform