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 - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Exchange 2003 / Outlook 2003: Personalized form with button



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 12th 07, 11:00 AM posted to microsoft.public.outlook.program_forms
Oskar Vaia
external usenet poster
 
Posts: 29
Default Exchange 2003 / Outlook 2003: Personalized form with button

Hi,

i have create a personalized task-form with one button and check-boxes.
Only the user 'x' where the form is installed on his client-pc (in his
Outlook-mailbox - task-folder), can click on the button and use the
check-boxes.

Well, on my Outlook i have activate with my mailbox the mailbox from user
'x' as an additional mailbox, where i can see in his task-folder his tasks.
I have configured the task-folder from the mailbox of user 'x' so, that i
can not modify his tasks. But this setting will not consider the button and
the ceck-boxes on the form.

Now i want to be able to check with a VB-Script, if i have open a task from
user 'x' on my additional mailbox or a task of my mailbox. How can i do
this?
If there is a possibility to do this, so i can enable or not the button and
the checkboxes.

thx & bye

Oskar


Ads
  #2  
Old November 12th 07, 01:34 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Exchange 2003 / Outlook 2003: Personalized form with button

By default, code on forms in other mailboxes doesn't run. See http://outlookcode.com/article.aspx?id=67

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Oskar Vaia" wrote in message ...
Hi,

i have create a personalized task-form with one button and check-boxes.
Only the user 'x' where the form is installed on his client-pc (in his
Outlook-mailbox - task-folder), can click on the button and use the
check-boxes.

Well, on my Outlook i have activate with my mailbox the mailbox from user
'x' as an additional mailbox, where i can see in his task-folder his tasks.
I have configured the task-folder from the mailbox of user 'x' so, that i
can not modify his tasks. But this setting will not consider the button and
the ceck-boxes on the form.

Now i want to be able to check with a VB-Script, if i have open a task from
user 'x' on my additional mailbox or a task of my mailbox. How can i do
this?
If there is a possibility to do this, so i can enable or not the button and
the checkboxes.

thx & bye

Oskar


  #3  
Old November 12th 07, 02:03 PM posted to microsoft.public.outlook.program_forms
Oskar Vaia
external usenet poster
 
Posts: 29
Default Exchange 2003 / Outlook 2003: Personalized form with button

Hi Sue,

thx for the answer. This is what i need.
I have found the setting to do in Outlook.
Only one question: if i want it more securelly, can i do something with a
script?
Because if a user change the setting in Outlook he can run the code behind a
form in other mailboxes.
And i would be sure, that he can't run it!

bye

Oskar

  #4  
Old November 12th 07, 02:24 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Exchange 2003 / Outlook 2003: Personalized form with button

I'm not sure what you're asking. There is no per-mailbox setting for this. You can control the setting, however, with Group Policy Objects.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Oskar Vaia" wrote in message news
Hi Sue,

thx for the answer. This is what i need.
I have found the setting to do in Outlook.
Only one question: if i want it more securelly, can i do something with a
script?
Because if a user change the setting in Outlook he can run the code behind a
form in other mailboxes.
And i would be sure, that he can't run it!

bye

Oskar

  #5  
Old November 12th 07, 03:39 PM posted to microsoft.public.outlook.program_forms
Oskar Vaia
external usenet poster
 
Posts: 29
Default Exchange 2003 / Outlook 2003: Personalized form with button

Hi Sue,

You can control the setting, however, with Group Policy Objects.

so i can prevent the setting for

"Allow script in shared folders"

with Group Policy Objects? Have i understand right?

bye

Oskar
  #6  
Old November 12th 07, 04:24 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Exchange 2003 / Outlook 2003: Personalized form with button

Yes.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Oskar Vaia" wrote in message ...
Hi Sue,

You can control the setting, however, with Group Policy Objects.

so i can prevent the setting for

"Allow script in shared folders"

with Group Policy Objects? Have i understand right?

bye

Oskar

  #7  
Old November 12th 07, 05:23 PM posted to microsoft.public.outlook.program_forms
Oskar Vaia
external usenet poster
 
Posts: 29
Default Exchange 2003 / Outlook 2003: Personalized form with button

Yes.
Can you please help me to accomplish this?
Exists an administrative template where i can set the relative properties
for the group policiy, at first for this property
"Allow script in shared folders"?

bye

Oskar

  #8  
Old November 12th 07, 05:40 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Exchange 2003 / Outlook 2003: Personalized form with button

Download Office administrative templates from the Office Resource Kit portion of the Office web site at http://www.microsoft.com/office/.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Oskar Vaia" wrote in message ...
Yes.

Can you please help me to accomplish this?
Exists an administrative template where i can set the relative properties
for the group policiy, at first for this property
"Allow script in shared folders"?

bye

Oskar

  #9  
Old November 13th 07, 04:51 PM posted to microsoft.public.outlook.program_forms
Oskar Vaia
external usenet poster
 
Posts: 29
Default Exchange 2003 / Outlook 2003: Personalized form with button

Hi Sue,

thx for the link.

bye

Oskar
 




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
Outlook 2003: Personalized form with VB-Script and VB.NET Oskar Vaia Outlook - Using Forms 4 October 31st 07 10:34 AM
Exchange 2003/Outlook 2003: VBScript-Error in personalized form Oskar Vaia Outlook - Using Forms 2 October 20th 07 08:49 AM
Outlook 2003 custom form fields not accessible to Exchange Server Ade_kcc Outlook - General Queries 6 July 16th 07 05:24 PM
How to change fonts in e-mail form exchange 2003 John Outlook - Using Forms 0 April 23rd 07 05:02 PM
Button in emailed form not working in Outlook 2003 [email protected] Outlook and VBA 4 December 8th 06 12:26 AM


All times are GMT +1. The time now is 09:19 AM.


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.