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

Send Button on Custom Task Form



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old June 14th 07, 09:46 PM posted to microsoft.public.outlook.program_forms
steve
external usenet poster
 
Posts: 4
Default Send Button on Custom Task Form

I'm experimenting with creating a custom task form. I want to
automatically assign all tasks to one person. To do that I set the
initial value of the "to:" field to "John Doe". I then use VBScript
to get rid of the Assign button from the Command bar. The final step
is to add the Send button to the command bar, so the task can be sent
to the person assigned. I can't figure out how to do that. Any
ideas. Here's the code I used to get rid of the Assign button.

dim MyCommandBar
dim MyMenu
set MyCommandBar=Item.GetInspector.commandbars.item("s tandard")
set MyMenu = MyCommandBar.Controls("assign task")
MyMenu.Visible = false


thanks

 




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
Custom Task Form - Assign Button steve Outlook - Using Forms 1 July 8th 07 07:36 PM
Button to custom form Uncle Vito Outlook - Using Forms 3 March 3rd 07 02:06 PM
How to add a button to a custom form with vbscript Robert Lindermeier - Your-Admin eK Outlook - Using Forms 3 February 26th 07 04:02 PM
Custom Task Form calvin351 Outlook - Using Forms 3 June 15th 06 02:27 AM
How to use custom task form in Web Outlook DougMunday Outlook - Using Forms 1 April 7th 06 12:18 PM


All times are GMT +1. The time now is 06:32 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.