Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to insert Listbox value into cursor
Message
De
05/04/2002 15:14:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
How to insert Listbox value into cursor
Divers
Thread ID:
00641597
Message ID:
00641597
Vues:
47
Hi,

I am using supermover to select field value. I want to insert all selected field value into a cursor.
when I am using following command its giving error Not a numeric expression and cursor stay at For command.
create cursor abc( filename c(20))

FOR nCnt = 1 TO ThisForm.1stright.ListCount
     insert into abc values('ThisForm.1stright.List(nCnt)')
ENDFOR
How I can insert all selected value from 1stright listbox into cursor.

Please write command.

Thanks in advance
Sajjad Ahmad
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform