| Thread | Last Post | Replies |
|
| forms question | 31 Oct 2006 22:09 GMT | 3 |
We have a customer which uses a form for Outlook written by another company in 16bit VC++. This old form can still be used in Outlook. We need to change some things and re-write the form for 32bit. The old form has a .cfg file, an .EXE and two icons (different sizes). The old form ...
|
| Help Creating a Message Form | 31 Oct 2006 20:14 GMT | 8 |
I'm new to Outlook and I'm having a little problem designing a form that integrates with an email message. What I want to do is add a checkbox to an email that the recipient can then check off to indicate that the work that was done is satisfactory. I created a form in
|
| Combo Box values resetting | 31 Oct 2006 17:01 GMT | 2 |
I have created a custom outlook form which contains several combo boxes. These are populated from an Excel spreadsheet. An example of part of the code is: set xls = GetObject("N:\CentralProcurement\ProcurementFormData.xls")
|
| IPM.Note | 31 Oct 2006 16:49 GMT | 1 |
Hello Sue, The icon for the IPM.Note custom form with vbscript has been assigned 2 new icons (large and small) on properties. I've unchecked the "Send form definition with item"
|
| What's wrong here??? | 30 Oct 2006 14:44 GMT | 1 |
I have the following code listed in this subroutine done in VBScript (NOT VBA or VB) Function Item_Open() Dim mobjOptButControls
|
| unable to use custom control in form regions | 27 Oct 2006 17:47 GMT | 5 |
Our company has created a custom control that displays and annotates tiff files amongst other image files. While designing a COM Add-in for Outlook 2007 and using form regions we added our control to view incoming and outcoming faxes.
|
| Importing Custom Fields & Creating Forms | 27 Oct 2006 12:38 GMT | 1 |
I have a database in Excel of contacts with custom fields from which I would like to import into Outlook as Contact Cards. I'm not overly technical, and would appreciate a fairly easy method to completing this task. I understand that when creating custom forms, that any custom ...
|
| lost new form data after saving .oft file | 27 Oct 2006 02:14 GMT | 1 |
I am trying to build a custom tab (form) in Outlook Contacts to handle the info I need. I saved several times while working on it (for hours) and saved when I finally exited the program. When I opened the .oft file the next day, almost all of the changes were missing. The tab ...
|
| SMTP | 26 Oct 2006 21:17 GMT | 1 |
I have a form that asks the typical question: (Microsoft Internet Explorer) This form is being submitted using email. and the user has to say Yes.
|
| Bring Back the Custom Forms Option in Outlook 2003 | 26 Oct 2006 21:16 GMT | 1 |
Based on what I read on Microsoft's support site, the forms function is no longer available in Outlook 2003. I had created several forms previously in OL 2003 that I still have access to, but I can no longer modify those or create new forms. It never makes sense to me to remove ...
|
| Reading Forms | 26 Oct 2006 20:55 GMT | 1 |
I created a form that allows the sender to enter some basic information. I publish the form to my Personal Forms Library, and then send it to myself to test. I receive a message using the standard email form. I have set up both the Edit Compose Page and Edit Read Page to be ...
|
| Mapping custom fields to an access database | 26 Oct 2006 19:00 GMT | 2 |
Very fustrated!!!! can anyone tell me how to map custom fields in a outlook form that sits in a testing folder under personal folders in outlook, to an access database. Please keep it simple, as I am a beginner. Lime
|
| Customized Task form not saving data | 25 Oct 2006 15:46 GMT | 3 |
I've created a form based on Task Request.IPM by adding an extra page which includes checkboxes, optionbuttons, and text boxes. The form seems to work fine, but once it is reopened, page 2 (the added page) is there but entries have cleared. I can't get the custom page to print, ...
|
| Initial Value of Recipient Field | 24 Oct 2006 21:32 GMT | 4 |
I have a combo box on a custom email form, offering a choice of 4 names. I have the initial value of the CC field set to equal the name selected in the combo box. With "calculate this formula automatically" selected, the name populates the CC field as it should, but you cannot ...
|
| Keeping form open after clicking Send | 24 Oct 2006 20:14 GMT | 2 |
I would like to keep my custom published form open for further editing after clicking the Send button. I have used the following code but it doesn't seem to work: Function Item_Close()
|