| Thread | Last Post | Replies |
|
| How do I put a hyperlink to a web address in a custom form? | 29 Apr 2006 15:25 GMT | 2 |
How do I put a hyperlink to a web address in a custom form? I have clicked on everything and nothing will let me create a hyperlink. I don't know the code to use to create it in visual basic.
|
| Problem Printing Customized Outlook Form using Word Template | 28 Apr 2006 16:36 GMT | 15 |
I created an OL form and used the Sub cmdPrint_Click code to print the form data. I got the oDoc.FormFields ("FieldName").Result = item.userproperties ("FieldName") part working. However, I'm having trouble with the checkboxes and radio buttons. I've tried using oDoc ...
|
| Custom Forms not Displaying on Blackberry | 28 Apr 2006 09:53 GMT | 3 |
I am trying to build an event log form. All of my user defined fields are not displayed with the message is read on a blackberry device; only the standard outlook fields (To, Subject, Message) are displayed.
|
| Conversation Index - Post | 27 Apr 2006 21:16 GMT | 3 |
Is there a way to change the ConversationIndex of a post item to have it link to another parent? Jack
|
| Create a custom appointment form | 27 Apr 2006 21:14 GMT | 1 |
I am needing to create a customized version of the appointment form for a calendar in Outlook, but when I select the Appointment form from the Design a form menu, it opens but I can't edit the form. I can create customized versions of the other forms (the contact and message form ...
|
| Creating a form and an auto reminder | 27 Apr 2006 20:32 GMT | 1 |
Hi all, I am new to the outlook programming and starting with a project where I would like to create a public folder with a customized form. To start with a simple form, it will have 4-5 fields. Among the fields are the Action Date,
|
| Form design in outlook | 27 Apr 2006 20:30 GMT | 1 |
I want to design a outlook form , where I can prevent to forword the message , print button /menu shoud be hide and the attached file can't be save to the receipent disk. Please help
|
| Change icon in custom form | 27 Apr 2006 20:26 GMT | 10 |
I have a custom form in my journal that I created out of a "Note" form. When I make an entry, my little icon shows (ed) in the Icon column. I know how to change the icon, my problem is we switched to OL 2003, I had OL 2002 at work and all features of my form still work great as ...
|
| How do I use form fields in an email template? | 27 Apr 2006 20:23 GMT | 1 |
I know how to create an email template in Outlook to use for future emails, but I need to know if there's a way to add form-fields in that template. I can't figure out how to do it because it tells you to "uncheck" the Word Editor before you create the template. Also, how do I ...
|
| Check Box on Form | 27 Apr 2006 20:22 GMT | 4 |
I have a check box on my custom form and I want it to populate the "To" Field with the corresponding email group when it is check...any ideas to generate this?
|
| Delegate Mode | 27 Apr 2006 14:25 GMT | 1 |
How can I determine, if my custom form based on standard Appointment form is in the "delegate mode". I tried following code: if Item.Organizer <> Application.GetNamespace("MAPI").CurrentUser.Name
|
| Can you import from a .csv and map the fields to a user defined f. | 27 Apr 2006 13:28 GMT | 2 |
I designed a contact form with several user defined fields (about 12) and found that I couldn't import and map the information from an excel file. Only the predefined contact fields were available for mapping. Is this an oversight or did I mess something up?
|
| Item.Recipients.Add Not Working for me | 26 Apr 2006 15:42 GMT | 2 |
I have the following code but I can not seemt to get it working. I am still missing something very basic. Sue you will see this is still mostly the code you gave me. I am just trying to add my email address to the recipients collection if it is not already there. My problem ...
|
| bypassing save dialog box | 26 Apr 2006 14:52 GMT | 5 |
I've just implemented sue mosher's way of displaying a photograph on a customized form... using code to load a jpg into a picture control... ... now I realize that every time my user will close the contact form, he will be prompted to save the item.
|
| Custom Form saved as *.oft file not opening correctly in Outlook 2003 | 26 Apr 2006 14:50 GMT | 3 |
I have created a custom form based on the Appointment form for a client that is working great in the most of cases within Exchange and Outlook 2000, 2002 and 2003 clients.
|