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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which Subform events get triggered when data updated???

Status
Not open for further replies.

rperre

Programmer
Jan 25, 2005
39
US
Can anybody tell me what events are triggered when you update the data in a subform through the main form.

I click on a date on a DtPicker control which updates the data in the subform to the right information. Now however I want to format the fields using code!! BUT I CANNOT find an event that's triggered to call the procedure!

I even requery the subform (which is really not needed) and I still can't find a subform event that's triggered.

I can tell you that the after_update, Current, Active, ChangeData events are not triggered even after a requery of the subform???????????????????????

PLEASE HELP,

Richard
 
I do not think any events are triggered by an update through code.
 
Hey Remou, It gets updated through the main Form and Bound records!

I got a hack right now that seems to work.
I give the subform the focus and call the procedure from the gotfocus event! It isn't pretty, but it works

Richard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top