Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying Arrays
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00810581
Message ID:
00810599
Vues:
14
Neil,

Move your select statemen into the Load of the form and use array propertry.

>Erik
>
>I now have the select statement in the init event on my form:
>
>
>SELECT DISTINCT reports.descrip ;
>FROM ("U:\Data\Reports.dbf") ;
>INTO ARRAY neil
>
>WITH thisform.list1
>	.RowSource = 5
>	.RowSource = 'neil'
>	.ColumnCount = 1
>ENDWITH
>
>
>But nothing shows in my list box. Is there any reason for this?
>
>Many Thanks
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform