Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL parameter from listbox
Message
De
02/02/2007 11:04:35
 
 
À
02/02/2007 11:02:37
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:
01191809
Vues:
8
>create cursor mycursor (gateno C(1))
>with thisform.list1
> for nLoop=1 to .listcount
> insert into mycursor values(.list(nLoop))
> endfor
>endwith
>
>where is TABLE1 reference in your codes?
>
>Please help again

If your purpose is to collect all table records that are items in the listbox, then you just collect items from the listbox without any table.
Please, repost if your goal is different.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform