Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box question
Message
From
15/07/2003 13:09:03
 
 
To
15/07/2003 11:28:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00810233
Message ID:
00810293
Views:
8
Jeff,
>
>I am trying to tie a combo box to a simple 1 field table. I can get the contol to work fine. My problem is that when I add to the table I want the display to show the newly added record which is where the record pointer should be because I issue an append blank to add the record.
>
>Is there a way to search for a item in a combobox? I could use the itemID if that is the case.
>
>rowsource = mytable.field1
>rowsourcetype = 6
>
>I am using VFP8, any ideas?
>
>Jeff
In VFP 6 we just:


After your table's update
mycombo.requery()
I believe it will work for you;


HTH


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