Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to disable entries in the combobox?
Message
From
24/05/2010 13:28:13
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01465723
Message ID:
01465735
Views:
53
>>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform