Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox
Message
From
13/03/2007 00:02:51
Ramakrishna Nagaraju
Aakruthi Software Solutions
Vijayawada, India
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
01199960
Message ID:
01202900
Views:
10
Hi Madam
select 0
create cursor curList (nVal I, cDescr C(15))

insert into curList values (1,"good")
insert into curList values (2, "bad")
insert into curList values (3, "undefined")

thisform.ListBox1.CountrolSource = "MyTable.Myfield"
thisform.ListBox1.RowSource = "curList"
i read U'r code
why u'r using CountrolSource Property Here.this is not working in my computer.
plz.. tell me why
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform