Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL parameter from listbox
Message
From
02/02/2007 10:52:27
 
 
To
02/02/2007 10:48:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01191797
Message ID:
01191803
Views:
10
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform