Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL parameter from listbox
Message
De
02/02/2007 10:52:27
 
 
À
02/02/2007 10:48:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01191797
Message ID:
01191803
Vues:
9
>What is List1 rowsource?
>
>List1.rowsource=0

You may just loop through the list and collect all items to a cursor:
create cursor mycursor (gateno C(1))
with thisform.list1
  for nLoop=1 to .listcount
   insert into mycursor values(.list(nLoop))
  endfor
endwith
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform