For lack of the proper expression, how do I excite a control to cause
events to trigger.
I have a date control and am using a calender form button to fill the
text box with the date.
The text box is bound to a field. All this works great, but now the
date range validation is not
not working and the after update event that did calculations is not
working. This is without question the result of the control not
firing because I'm using code to make the entry. There must be a way
to make the control Dirty or whatever so that the events for the
control fire.
Any ideas?
events to trigger.
I have a date control and am using a calender form button to fill the
text box with the date.
The text box is bound to a field. All this works great, but now the
date range validation is not
not working and the after update event that did calculations is not
working. This is without question the result of the control not
firing because I'm using code to make the entry. There must be a way
to make the control Dirty or whatever so that the events for the
control fire.
Any ideas?
Comment