Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox problem
Message
From
20/10/2003 16:31:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Combobox problem
Miscellaneous
Thread ID:
00840452
Message ID:
00840452
Views:
46
Hello,

I have a problem with the following combobox:
*-- INIT of combobox
WITH THISFORM.cboProductionStep
    .COLUMNWIDTHS = "192"
    .INCREMENTALSEARCH = .T.
    .SORTED = .T.
    .ROWSOURCETYPE = 6
    .ROWSOURCE = "Phases.phNodeDesc,phKey"
    .BOUNDCOLUMN = 2
    .BOUNDTO = .T.
    .CONTROLSOURCE = "Functions.fuphKey"
ENDWITH
The result:
The combobox is not sorted, incremental search does not work, and the width of the dropdown column is higher than the combobox itself, depending on the size of the field (phNodeDesc).

What am I missing??
Thanks, your help is highly appreciated.
Christian Isberner
Software Consultant
Next
Reply
Map
View

Click here to load this message in the networking platform