Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving listbox items back to table
Message
From
01/04/1998 11:35:20
Mandy Mccord
Public Interest Breakthroughs, Inc.
Albany, New York, United States
 
 
To
01/04/1998 11:27:46
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00088653
Message ID:
00088712
Views:
43
>>I'm a little confused where I use the above code (with..endwith). Can you elaborate?

Cetin,

Thanks much for your explanation. That makes it much clearer in my ever foggy brain. :^)

One quick question for you if you don't mind. I'm trying to get my SourceList to be 2 columns (one for dispval, one for code), but am having trouble. I'm populating the list with the following code in my moverlist container's INIT method.

SELECT lvesin
SCAN
This.LstSource.AddItem(lvesin.dispval,??,1)
This.LstSource.AddItem(lvesin.codeno,??,2)
ENDSCAN

I want to add lvesin.dispval (regardless of the nIndex ...this is where I'm having troubles as indicated by my ??'s) in Item 1, Column 1 and lvesin.codeno in Item 1, Column2 and so on. I can't see to get this to work. Any clues as to what I'm doing wrong?

*many* thanks!

Mandy
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform