Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh Combobox

Status
Not open for further replies.

fxsage1

Programmer
Feb 1, 2002
48
US
I have a form with a combobox and a button that moves the record pointer forward or backwards. However, the combobox doesn't refresh as the pointer moves.

The control source for the combobox is a dbf, the rowsource is a field of that dbf and the rowsourcetype is 6-fields.

How can I have the combobox show the appropriate field value
as the record pointer moves?

Thanks.
 
Try "Requery" or "Refresh" Tekno
Wireless Toyz
Ypsilanti, Michigan
 
I've tried thisform.refresh, thisform.combo1.refresh et cet but with no results.

Thanks
 
i have a similar combobox
for example, table=mytable and field=myfield

combobox properties:
controlsource=mytable.myfield
rowsourcetype=6
rowsource=mytable.myfield
boundto=.t.

hope this helps
 
I've tried the boundto=.t. property but still no refresh.
I'm thinking it must be a property of some kind.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top