Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting blank record into rowsource when rowsourcetype
Message
 
À
18/08/2005 13:16:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01042019
Message ID:
01042022
Vues:
24
One of the solutions:
select partno, descript from PartsList where empty(Prodalias) ;
union;
select SPACE(LEN(partno)),SPACE(LEN(descrip)) from PartsList where RECNO()=1 ;
into cursor TempCombo order by 1
>I have a combobox in a grid with RowSourceType = 3, and the following RowSource:
>
select partno, descript from PartsList where empty(Prodalias) into cursor TempCombo order by partno
>Is there some way to insert a blank row into the beginning of this cursor as part of this statement? (I need to provide a way to say "None".)
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform