Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about a combo box
Message
De
24/01/2003 12:37:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00745150
Message ID:
00745156
Vues:
23
Carl,

Add another field for sort purposes, you may have to make "AA" longer so the UNION won't bomb. Something like:

>
>select sccdesc as col1, scccode,  ;
     sccdesc as sortField ;
>    from choice where scctype = "STATENUM";
>    into array thisform.lastates;
>    union select " All States" as col1, "  " as scccode, ;
          "AA" as sortField ;
>    from choice  order by sortField
>
>this.rowsource = "thisform.lastates"
>
>thank you in advance
>Carl <><
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform