PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Calendar Transmit Holiday Form Error

Reply

Transmit Holiday Form Error

 
Thread Tools Rate Thread
Old 09-02-2006, 10:43 PM   #1
coopfav
Guest
 
Posts: n/a
Default Transmit Holiday Form Error


Last year (2006) I ran the transmit holiday from process successfully
to send and process company and religious holidays to all my clients.
This year, I'm trying to do so again, using the same process with new
dates. Problem is after creating the message sucessfully before
sending, when I open it, I get the error:

Can not find the specified object
Line No: 170

and the debugger comes up. In the debugger, the following line is
indentified:

Set m_chkHoliday = objPage.Controls("chkHolidayCat")

I'm lost as to the cause/solution. Looking for help and/or guidence

  Reply With Quote
Old 09-02-2006, 10:50 PM   #2
coopfav
Guest
 
Posts: n/a
Default Re: Transmit Holiday Form Error

I meant, last year 2005, and now I'm trying to add 2006 dates.

  Reply With Quote
Old 09-02-2006, 10:53 PM   #3
coopfav
Guest
 
Posts: n/a
Default Re: Transmit Holiday Form Error

I've also noted that the version I have is Ver. 7 from 1999. Does
anyone know if Sue updated this version to one more compatible with
Outlook2003?

  Reply With Quote
Old 09-02-2006, 11:23 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Transmit Holiday Form Error

The error suggests that either someone changed the name of the page where the chkHolidayCat control resides or the page instantiated as objPage no longer contains a control named chkHolidayCat.

Nothing has changed in recent versions to mandate an update to this form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"coopfav" <ccooper@thedoctors.com> wrote in message news:1139525019.344266.237840@z14g2000cwz.googlegroups.com...
> Last year (2006) I ran the transmit holiday from process successfully
> to send and process company and religious holidays to all my clients.
> This year, I'm trying to do so again, using the same process with new
> dates. Problem is after creating the message sucessfully before
> sending, when I open it, I get the error:
>
> Can not find the specified object
> Line No: 170
>
> and the debugger comes up. In the debugger, the following line is
> indentified:
>
> Set m_chkHoliday = objPage.Controls("chkHolidayCat")
>
> I'm lost as to the cause/solution. Looking for help and/or guidence
>

  Reply With Quote
Old 10-02-2006, 07:30 PM   #5
coopfav
Guest
 
Posts: n/a
Default Re: Transmit Holiday Form Error

So, I tried the new form, publising it, then using it, same error. Re:
the earlier comment, I haven't made any changes, now verified by the
use of the latest version.

The only thing I can think of would be to delete the two published
forms, and start over.

  Reply With Quote
Old 15-02-2006, 07:18 PM   #6
coopfav
Guest
 
Posts: n/a
Default Re: Transmit Holiday Form Error

I had one of our VB programmers take a look at the error. Sue's
comments are correct, it looks like something has changed in the form.
Problem is, since I'm not a programmer, I haven't made any changes or
even looked at design forms. The mystery is that I used it in 2005, and
it worked, then didn't touch it until 2006 and now I get the error. I
wonder where I can get a copy of the original form so I can start over
and try from the begining.

  Reply With Quote
Old 15-02-2006, 10:53 PM   #7
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Transmit Holiday Form Error

The original I posted should still be downloadable from http://www.outlookcode.com/d/forms/holiday.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"coopfav" <ccooper@thedoctors.com> wrote in message news:1140031114.444787.17170@o13g2000cwo.googlegroups.com...
>I had one of our VB programmers take a look at the error. Sue's
> comments are correct, it looks like something has changed in the form.
> Problem is, since I'm not a programmer, I haven't made any changes or
> even looked at design forms. The mystery is that I used it in 2005, and
> it worked, then didn't touch it until 2006 and now I get the error. I
> wonder where I can get a copy of the original form so I can start over
> and try from the begining.
>

  Reply With Quote
Old 20-03-2006, 02:42 PM   #8
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Transmit Holiday Form Error

The obvious possible causes are that the form page was renamed or the checkbox removed.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"coopfav" <ccooper@thedoctors.com> wrote in message news:1139525019.344266.237840@z14g2000cwz.googlegroups.com...
> Last year (2006) I ran the transmit holiday from process successfully
> to send and process company and religious holidays to all my clients.
> This year, I'm trying to do so again, using the same process with new
> dates. Problem is after creating the message sucessfully before
> sending, when I open it, I get the error:
>
> Can not find the specified object
> Line No: 170
>
> and the debugger comes up. In the debugger, the following line is
> indentified:
>
> Set m_chkHoliday = objPage.Controls("chkHolidayCat")
>
> I'm lost as to the cause/solution. Looking for help and/or guidence
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off