
AddNew and "Edit" with ADO
Your record set is probably using client cursor. You need to use server-side
cursor to get immediate update (but it's slow).
Quote:
> I've had this as well.
> .update doesn't seem to work reliably with combos & a whole host of
> other controls.
> .editmode doesn't report reliably either.
> .Move 0 seems to do the trick, but you have to put your error trapping
> in the willchange/ changed events instead.
> I don't think ADODC is finished properly ....
> Bill
> >>I was wondering, would i need to refresh the recordset cache? Maybe that
> >>would help...
> >>> I have a drop down list binded to a field in a recordset. When i add a
> >new
> >>> record (AddNew), everything goes well. But when i want to "edit" a
record
> >>> (you don't need edit with ADO) the fields binded to a drop down list
just
> >>> won't change. All the other regular text box do the job correctly.
What
> >>the
> >>> hell is wrong!? Thanks!
> >>> --
> >>> www.illusion.qc.ca