How to determine if the current object is the Active Inspector?

J

John Riddle

Hello,

I've posted this question just last week, but it is no longer listed here at
all. Can someone please tell me how I can determine in vbscript if the item
is currently the active inspector.

I have a lot of code in behind my form, but I do not want it to execute
unless the item is opened and being worked with by the user. I need to stop
this code from executing if my vba code is accessing the items for some
reason.

What I'm looking for is something like:

If (item is activeinspector) then

Code to execute

End If

Can someone tell me what the proper terminology would be for (item is
activeinspector)? In this case item would be a contact item.

Thanks,

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top