![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I'm relatively new at form design (but have some VB experience) ... how do
you 'attach' VB code to a form? I tried creating a button control, but there doesn't appear to be a way to attach the code (a la Access). Thanks. G |
Ads |
#2
|
|||
|
|||
![]()
You click the View Code button on the toolbars or menu and then type the control into the code window that appears, affectionately known to Outlook developers as "Visual Notepad." The code is VBScript, not VB. For a commandbutton, only the Click event is supported.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "G" wrote in message news ![]() I'm relatively new at form design (but have some VB experience) ... how do you 'attach' VB code to a form? I tried creating a button control, but there doesn't appear to be a way to attach the code (a la Access). Thanks. G |
#3
|
|||
|
|||
![]()
Thanks, Sue. On another note, I downloaded your forms routing message
(http://www.outlookcode.com/d/forms/routemsg.htm) and when I select FORMS | View Code (in design mode), nothing appears. I'm running Outlook 2003 (SP2). Am I doing something wrong? Thanks. G "Sue Mosher [MVP-Outlook]" wrote: You click the View Code button on the toolbars or menu and then type the control into the code window that appears, affectionately known to Outlook developers as "Visual Notepad." The code is VBScript, not VB. For a commandbutton, only the Click event is supported. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "G" wrote in message news ![]() I'm relatively new at form design (but have some VB experience) ... how do you 'attach' VB code to a form? I tried creating a button control, but there doesn't appear to be a way to attach the code (a la Access). Thanks. G |
#4
|
|||
|
|||
![]()
How did you open the .oft file in design mode? You should use Tools | Forms | Design a Form.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "G" wrote in message ... Thanks, Sue. On another note, I downloaded your forms routing message (http://www.outlookcode.com/d/forms/routemsg.htm) and when I select FORMS | View Code (in design mode), nothing appears. I'm running Outlook 2003 (SP2). Am I doing something wrong? Thanks. G "Sue Mosher [MVP-Outlook]" wrote: You click the View Code button on the toolbars or menu and then type the control into the code window that appears, affectionately known to Outlook developers as "Visual Notepad." The code is VBScript, not VB. For a commandbutton, only the Click event is supported. "G" wrote in message news ![]() I'm relatively new at form design (but have some VB experience) ... how do you 'attach' VB code to a form? I tried creating a button control, but there doesn't appear to be a way to attach the code (a la Access). Thanks. G |
#5
|
|||
|
|||
![]()
Thanks, that did it. I can see the code.
On to the next issue ... When I CHOOSE the form (after publishing it) and send it to another user on our email system, they get the message "Form you selected cannot be displayed" error (when hitting the ROUTE button). Any suggestions? Thanks. G "Sue Mosher [MVP-Outlook]" wrote: How did you open the .oft file in design mode? You should use Tools | Forms | Design a Form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "G" wrote in message ... Thanks, Sue. On another note, I downloaded your forms routing message (http://www.outlookcode.com/d/forms/routemsg.htm) and when I select FORMS | View Code (in design mode), nothing appears. I'm running Outlook 2003 (SP2). Am I doing something wrong? Thanks. G "Sue Mosher [MVP-Outlook]" wrote: You click the View Code button on the toolbars or menu and then type the control into the code window that appears, affectionately known to Outlook developers as "Visual Notepad." The code is VBScript, not VB. For a commandbutton, only the Click event is supported. "G" wrote in message news ![]() you 'attach' VB code to a form? I tried creating a button control, but there doesn't appear to be a way to attach the code (a la Access). Thanks. G |
#6
|
|||
|
|||
![]()
Each recipient will need to have the form published to their Organizational
Forms Library or their Personal Forms Library. That's all detailed in the instructions for the form on the download page. Study what that page says, it's very helpful. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "G" wrote in message ... Thanks, that did it. I can see the code. On to the next issue ... When I CHOOSE the form (after publishing it) and send it to another user on our email system, they get the message "Form you selected cannot be displayed" error (when hitting the ROUTE button). Any suggestions? Thanks. G |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VBA Code on Message form to take me to Appointment form | LDMueller | Outlook and VBA | 10 | June 14th 07 04:10 PM |
Outlook 2007 Task Form Insert Ribbon (Attach Group) | [email protected] | Outlook - General Queries | 9 | April 26th 07 08:38 PM |
How to replace Default Contact form with Customised conact form using VBScript code | Satish Boddapati | Outlook - Using Contacts | 0 | October 12th 06 09:20 AM |
How to replace Default Contact form with Customised conact form using VBScript code | Satish Boddapati | Outlook - Installation | 0 | October 12th 06 09:19 AM |
Code to attach more than 1 document | Jas | Outlook and VBA | 1 | March 22nd 06 07:41 AM |