![]() |
Attach VB Code to Form?
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 |
Attach VB Code to Form?
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 ... 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 |
Attach VB Code to Form?
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 ... 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 |
Attach VB Code to Form?
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 ... 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 |
Attach VB Code to Form?
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 ... 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 |
Attach VB Code to Form?
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 |
All times are GMT +1. The time now is 09:01 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-2006 OutlookBanter.com