R
Rick Newton
I've had a calendar appointment form that has been working fine for
several months, and now the code internal to the form is not firing!
The form is opened from a button on the main button bar for Outlook
(2003) and when the form opens a series of dialog boxes requesting
information are supposed to appear; and the information provided
completes the body of the appointment. There is, what is supposed to
be, a hidden tab that contains one user defined field. Exhcange
Server 2003 (SP1) on Windows 2003 SBS (no SP1) is the background
server with a GPO created at the domain level for Outlook 2003, but I
don't see anything in the GPO that should affect the form's vbscript
from running.
What is happenning now is that the form is openning, from the button
click, and no prompts are occurring and the tab is visible on the form
when it appears (this is how I know that at least the form itself is
being used).
I cannot determine why the imbedded code is now being ignored, or
stopped, or whatever. The first piece of code is written for the Open
action and yet it does not fire.
I've tried saving the form as a template, new name, and then
re-publishing the form, but this has made no difference. Additionally,
these symptoms have been observed:
- I can, likely due to my administrative priviledges, use the form
successfully for my own calendar (e.g.; to make an appointment for
myself the form works as expected), but cannot get the form to work
properly for any other calendar, even though I can access all accounts
with full rights.
- Everyone else cannot get the form to function properly for any
account, including their own.
From this information my guess is permissions, but I'm not sure where
-- staff that use (did use) this form extensively have Editor rights
against all other calendars, yet the form has stopped working.
Help!!!
several months, and now the code internal to the form is not firing!
The form is opened from a button on the main button bar for Outlook
(2003) and when the form opens a series of dialog boxes requesting
information are supposed to appear; and the information provided
completes the body of the appointment. There is, what is supposed to
be, a hidden tab that contains one user defined field. Exhcange
Server 2003 (SP1) on Windows 2003 SBS (no SP1) is the background
server with a GPO created at the domain level for Outlook 2003, but I
don't see anything in the GPO that should affect the form's vbscript
from running.
What is happenning now is that the form is openning, from the button
click, and no prompts are occurring and the tab is visible on the form
when it appears (this is how I know that at least the form itself is
being used).
I cannot determine why the imbedded code is now being ignored, or
stopped, or whatever. The first piece of code is written for the Open
action and yet it does not fire.
I've tried saving the form as a template, new name, and then
re-publishing the form, but this has made no difference. Additionally,
these symptoms have been observed:
- I can, likely due to my administrative priviledges, use the form
successfully for my own calendar (e.g.; to make an appointment for
myself the form works as expected), but cannot get the form to work
properly for any other calendar, even though I can access all accounts
with full rights.
- Everyone else cannot get the form to function properly for any
account, including their own.
From this information my guess is permissions, but I'm not sure where
-- staff that use (did use) this form extensively have Editor rights
against all other calendars, yet the form has stopped working.
Help!!!