All, I am using the ActiveX Calendar 9.0. I have one "CALENDAR" form. I have several controls on a few different forms that I want to call the calendar form from.
I am using an image and an onClick event to call the calendar form.
But I need to send the Calendar the form I am calling from and the control I am calling from, so the calendar knows which control on which form to update.
I have tried making a Public Function in the Calendar form as well as a public function in a global module. I can't seem to get the calendar form to recognize the form control to update it?
David Pimental
(US, Oh)
I am using an image and an onClick event to call the calendar form.
But I need to send the Calendar the form I am calling from and the control I am calling from, so the calendar knows which control on which form to update.
I have tried making a Public Function in the Calendar form as well as a public function in a global module. I can't seem to get the calendar form to recognize the form control to update it?
David Pimental
(US, Oh)