Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox
Message
From
13/03/2007 10:33:27
 
 
To
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:
01202978
Views:
8
>
>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

Hello.. add the following after your code:
thisform.ListBox1.requery()
Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform