Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox recordsource question
Message
From
07/02/2003 16:14:08
 
 
To
07/02/2003 15:18:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00750751
Message ID:
00750812
Views:
19
Hi Alex,

I use the addlistitem property when the rowsourcetype is 0-None. Like this:
with this.lstleft
  * put on the left
  for lncnt = 1 to alen(laleftpopulate,1)
    .addlistitem(laleftpopulate(lncnt,1))
    .list(.listcount,2) = transform(laleftpopulate(lncnt,2))
  endfor
endwith
Carole Shaw
Fred Hutchinson Cancer Research Center

Eagles may soar, but weasels don't get sucked into jet engines.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform