D
DaveChoiceTech
I am trying to check the validity of data in a collection of
Appointment items between a specified date range.
When I find an invalid item I would like to open the appointment to
allow the user to correct the problem. After the appointment is saved
the program should reload and reinspect the collection of items.
This would be easy is inspectors could be modal but from previous
threads it is my understanding that this is not allowed for a AddIn
I tried using the Close Event for the Appointment item to restart the
inspection. This works but the item does not close since it is busy
doing the reinspection.
I need to allow the appointment item to complete closing and then
restart the inspection.
Does anyone have any idea how this can be done? Perhaps by some Post
Event approach?
Appointment items between a specified date range.
When I find an invalid item I would like to open the appointment to
allow the user to correct the problem. After the appointment is saved
the program should reload and reinspect the collection of items.
This would be easy is inspectors could be modal but from previous
threads it is my understanding that this is not allowed for a AddIn
I tried using the Close Event for the Appointment item to restart the
inspection. This works but the item does not close since it is busy
doing the reinspection.
I need to allow the appointment item to complete closing and then
restart the inspection.
Does anyone have any idea how this can be done? Perhaps by some Post
Event approach?