Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox problem
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Combobox problem
Divers
Thread ID:
00840452
Message ID:
00840452
Vues:
47
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform