I am getting very frustrated with this.
I have a bound control to an ADO Datacontrol, when the user clicks the forward or back button to change to the next/previous record. I want to check the value of the bound control and perform a function based on that value.
The movecomplete event fires before the boundcontrol is updated and adding the line:
chkBound.refresh
to the movecomplete event doesn't do any good either.
What am I missing?
I have a bound control to an ADO Datacontrol, when the user clicks the forward or back button to change to the next/previous record. I want to check the value of the bound control and perform a function based on that value.
The movecomplete event fires before the boundcontrol is updated and adding the line:
chkBound.refresh
to the movecomplete event doesn't do any good either.
What am I missing?