Force use of Inspector not Explorer?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

I have been busy getting nowhere writing VB6 code trying to find ways of validating the User's editing of Appointment Items directly in the Calendar Explorer. It looks too difficult because there are some scenarios I just can't trap in VB eg a drag and drop of an appointment item within the explorer.

I am now thinking a way forward might be to somehow force the user to always edit Appointments in an Inspector rather than directly in the Explorer - can anyone think of a way to enforce this?

thanks for any help!
 
Turn off in-cell editing.




AndyK said:
hi

I have been busy getting nowhere writing VB6 code trying to find
ways of validating the User's editing of Appointment Items directly in
the Calendar Explorer. It looks too difficult because there are some
scenarios I just can't trap in VB eg a drag and drop of an appointment
item within the explorer.
I am now thinking a way forward might be to somehow force the user
to always edit Appointments in an Inspector rather than directly in
the Explorer - can anyone think of a way to enforce this?
 
hi Ken - thanks for responding

But how? Can I do this programmatically? Also when I do View, Current View, Customize Current View, Other Settings, there is no such checkbox for the Calendar (appears for Tasks, Mail Items)...

thanks!
----- Ken Slovak - [MVP - Outlook] wrote: -----

Turn off in-cell editing.
 
It's there if you are using a table type view, not for a
Day/Week/Month type view. I'm not aware of how to turn the in-cell
editing off from code.




AndyK said:
hi Ken - thanks for responding

But how? Can I do this programmatically? Also when I do View,
Current View, Customize Current View, Other Settings, there is no such
checkbox for the Calendar (appears for Tasks, Mail Items)...
 
Back
Top