RE: Forms and VB or any other solutions welcome

2002-11-04 Thread Chris Jordan
According to the help - Yes.

The OPEN EVENT occurs when an Outlook item is being opened in an Inspector.
When this event occurs, the Inspector object is initialized but not yet
displayed. The Open event differs from the Read event in that Read occurs
whenever the user selects the item in a view that supports in-cell editing
as well as when the item is being opened in an Inspector.

This VBScript example uses the Open event to display the All Fields page
every time the item is opened.
Function Item_Open()
Item.GetInspector.SetCurrentFormPage All Fields
End Function

Cheers, Chris

-Original Message-
From: Hatley, Ken [mailto:Ken.Hatley;bankofamerica.com]
Sent: 31 October 2002 19:29
To: Exchange Discussions
Subject: RE: Forms and VB or any other solutions welcome


Is there not a way to do a send on an open event?  That way I could add the
code to all types of forms, including contacts and appointments.


-Original Message-
From: Chris Jordan [mailto:Chris.Jordan;cmg.com]
Sent: Thursday, October 31, 2002 5:42 AM
To: Exchange Discussions
Subject: RE: Forms and VB or any other solutions welcome

Either:
 - Edit the form and add an e-mail send option in there. On re-publishing
the form, Outlook should down-load your latest version when it is needed.
 - Push a macro out to everyone using Outlook. This will be called on a Send
event. This will check the form name that is being sent - and send you an
e-mail if it is a certain one.

BUT !!
 - The form might be used for reading, rather than for sending.
 - The form might not be used for 3 months, and then someone calls up the
item in their mailbox that uses it.
 - Laptops and other disconnected users might not down-load your version of
the form.

-Original Message-
From: Hatley, Ken [mailto:Ken.Hatley;bankofamerica.com]
Sent: 30 October 2002 20:16
To: Exchange Discussions
Subject: Forms and VB or any other solutions welcome




Does anyone know how I could add some VB code to a form that would email me
if it were accessed without the user seeing anything?  I am trying to clean
up forms and I did a survey and have gathered all of the information that I
can, but there a few forms that were created by people that are no longer
with the company that were not updated.  I want to make sure they are not
being used before I just get rid of them.  I would like an email to be sent
to me with the name of the form that it came from and who it was that
accessed it...is this possible?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



RE: Forms and VB or any other solutions welcome

2002-10-31 Thread Chris Jordan
Either:
 - Edit the form and add an e-mail send option in there. On re-publishing
the form, Outlook should down-load your latest version when it is needed.
 - Push a macro out to everyone using Outlook. This will be called on a Send
event. This will check the form name that is being sent - and send you an
e-mail if it is a certain one.

BUT !!
 - The form might be used for reading, rather than for sending.
 - The form might not be used for 3 months, and then someone calls up the
item in their mailbox that uses it.
 - Laptops and other disconnected users might not down-load your version of
the form.

-Original Message-
From: Hatley, Ken [mailto:Ken.Hatley;bankofamerica.com]
Sent: 30 October 2002 20:16
To: Exchange Discussions
Subject: Forms and VB or any other solutions welcome




Does anyone know how I could add some VB code to a form that would email me
if it were accessed without the user seeing anything?  I am trying to clean
up forms and I did a survey and have gathered all of the information that I
can, but there a few forms that were created by people that are no longer
with the company that were not updated.  I want to make sure they are not
being used before I just get rid of them.  I would like an email to be sent
to me with the name of the form that it came from and who it was that
accessed it...is this possible?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]



RE: Forms and VB or any other solutions welcome

2002-10-31 Thread Hatley, Ken
Is there not a way to do a send on an open event?  That way I could add the
code to all types of forms, including contacts and appointments.


-Original Message-
From: Chris Jordan [mailto:Chris.Jordan;cmg.com]
Sent: Thursday, October 31, 2002 5:42 AM
To: Exchange Discussions
Subject: RE: Forms and VB or any other solutions welcome

Either:
 - Edit the form and add an e-mail send option in there. On re-publishing
the form, Outlook should down-load your latest version when it is needed.
 - Push a macro out to everyone using Outlook. This will be called on a Send
event. This will check the form name that is being sent - and send you an
e-mail if it is a certain one.

BUT !!
 - The form might be used for reading, rather than for sending.
 - The form might not be used for 3 months, and then someone calls up the
item in their mailbox that uses it.
 - Laptops and other disconnected users might not down-load your version of
the form.

-Original Message-
From: Hatley, Ken [mailto:Ken.Hatley;bankofamerica.com]
Sent: 30 October 2002 20:16
To: Exchange Discussions
Subject: Forms and VB or any other solutions welcome




Does anyone know how I could add some VB code to a form that would email me
if it were accessed without the user seeing anything?  I am trying to clean
up forms and I did a survey and have gathered all of the information that I
can, but there a few forms that were created by people that are no longer
with the company that were not updated.  I want to make sure they are not
being used before I just get rid of them.  I would like an email to be sent
to me with the name of the form that it came from and who it was that
accessed it...is this possible?

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:leave-exchange;ls.swynk.com
Exchange List admin:[EMAIL PROTECTED]