Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox question
Message
De
11/12/2008 23:07:51
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01366823
Message ID:
01366826
Vues:
9
>Why do you need an InputMask? Where did you specify RowSourceType ?

I will try it without the InputMask.

Peter
define class CboList as CboColor
    name                = "CboList"
    columncount         = 1             && two columns in drop down list
    columnwidths        = "24"          && 1 col and 8 cols (col = 24 pixels)
    displaycount        = 10            && number of items in drop down list
    incrementalsearch   = .t.
    rowsourcetype       = 1
    rowsource           = "1,2"
    style               = 2
    width               = 1 CBO_12

    statusbartext = "Status Bar: CboList control"
    tooltiptext   = "Tool Tip: CboList control"

    procedure valid
    return not empty(this.value)
    endproc
enddefine    && CboList  *************************************************
Peter Robinson ** Rodes Design ** Virginia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform