A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Script Not run in outlook 2003



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 18th 06, 12:06 PM posted to microsoft.public.outlook.program_vba
Joey
external usenet poster
 
Posts: 11
Default Script Not run in outlook 2003

I have a form transfer from 2000 to 2003 and published public folder. When I
new this form, all the VB script run fine. However, after I submit the form
to the recipient, all the script didn't run at all. I think my form are
become one-off form.

I've try to create a simple form without nothing code or control in the
form. But the "Send form definition with item" are always auto checked even I
published the empty form. Is there any setting that I missed on Outlook2003
before publishing?

Can any one help plz?

Ads
  #2  
Old May 18th 06, 01:11 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Script Not run in outlook 2003

If "Send form definition with item" is checked, then the form will one-off. Clear that box if you want you code to run.

What type of form is this -- message, contact, etc. ?

--
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

"Joey" wrote in message ...
I have a form transfer from 2000 to 2003 and published public folder. When I
new this form, all the VB script run fine. However, after I submit the form
to the recipient, all the script didn't run at all. I think my form are
become one-off form.

I've try to create a simple form without nothing code or control in the
form. But the "Send form definition with item" are always auto checked even I
published the empty form. Is there any setting that I missed on Outlook2003
before publishing?

Can any one help plz?

  #3  
Old May 19th 06, 03:53 AM posted to microsoft.public.outlook.program_vba
Joey
external usenet poster
 
Posts: 11
Default Script Not run in outlook 2003

Hello Sue,

Thanks for your reply. It is message form. Everytime I clear the "Send form
definition with item", it will auto re-check it again after publish. The most
strange things is I already clear all coding or even control in the form
(Blank form). But the condition still continues.

"Sue Mosher [MVP-Outlook]" wrote:

If "Send form definition with item" is checked, then the form will one-off. Clear that box if you want you code to run.

What type of form is this -- message, contact, etc. ?

--
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

"Joey" wrote in message ...
I have a form transfer from 2000 to 2003 and published public folder. When I
new this form, all the VB script run fine. However, after I submit the form
to the recipient, all the script didn't run at all. I think my form are
become one-off form.

I've try to create a simple form without nothing code or control in the
form. But the "Send form definition with item" are always auto checked even I
published the empty form. Is there any setting that I missed on Outlook2003
before publishing?

Can any one help plz?


  #4  
Old May 19th 06, 05:13 AM posted to microsoft.public.outlook.program_vba
Joey
external usenet poster
 
Posts: 11
Default Script Not run in outlook 2003

I can publish without "Send form definition with item" now due to careless
mistake before. However, the recieve couldn't see the form at all but the
message only. Ofcoz, this won't happen if I check "Send form definition with
item" option. How can I keep my script work and also with the form layout
together?


"Joey" wrote:

Hello Sue,

Thanks for your reply. It is message form. Everytime I clear the "Send form
definition with item", it will auto re-check it again after publish. The most
strange things is I already clear all coding or even control in the form
(Blank form). But the condition still continues.

"Sue Mosher [MVP-Outlook]" wrote:

If "Send form definition with item" is checked, then the form will one-off. Clear that box if you want you code to run.

What type of form is this -- message, contact, etc. ?

--
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

"Joey" wrote in message ...
I have a form transfer from 2000 to 2003 and published public folder. When I
new this form, all the VB script run fine. However, after I submit the form
to the recipient, all the script didn't run at all. I think my form are
become one-off form.

I've try to create a simple form without nothing code or control in the
form. But the "Send form definition with item" are always auto checked even I
published the empty form. Is there any setting that I missed on Outlook2003
before publishing?

Can any one help plz?


  #5  
Old May 19th 06, 03:10 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Script Not run in outlook 2003

Sue's away.

A one-offed form won't run code in Outlook 2003 SP2 and won't track changes
in the custom form, that's what one-offed means. If the recipient has the
form published and you sent it using RTF to preserve the form definition
they will see your custom form. Otherwise you need to use a one-offed form
with all those disadvantages or find some other way to do what you want.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Joey" wrote in message
...
I can publish without "Send form definition with item" now due to careless
mistake before. However, the recieve couldn't see the form at all but the
message only. Ofcoz, this won't happen if I check "Send form definition
with
item" option. How can I keep my script work and also with the form layout
together?


"Joey" wrote:

Hello Sue,

Thanks for your reply. It is message form. Everytime I clear the "Send
form
definition with item", it will auto re-check it again after publish. The
most
strange things is I already clear all coding or even control in the form
(Blank form). But the condition still continues.


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Run Outlook 2003 on an external drive? Janet Outlook - Installation 3 May 8th 06 08:28 PM
"Run a script" rule triggers but script does not execute Trey Shaffer Outlook and VBA 7 April 8th 06 12:34 AM
In Outlook 2003 I can't get the 'run now' to work in 'rules&Alerts marigold247 Outlook - General Queries 3 April 4th 06 06:46 PM
should I run Outlook 2003 Junk Mail and Norton AntiSpam pandreae Outlook - General Queries 3 March 13th 06 03:02 PM
Outlook 2003 startup script error [email protected] Outlook - General Queries 0 January 24th 06 08:34 PM


All times are GMT +1. The time now is 09:08 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.