| Thread | Last Post | Replies |
|
| Send to on forms | 04 Mar 2005 20:53 GMT | 4 |
I'm extremely new to forms, but I think I'm figuring it out. However I have one question that I haven't found an answer to. I have my form (using the message template) ready to go, but I want to have the TO field filled in automatically when someone accesses the form. I may need ...
|
| How automatically update attachments inserted on forms? | 04 Mar 2005 16:04 GMT | 3 |
I have created a custom form as a Contact form. This form has numerous attachments. When I updated one of the attached files on the server, and then opened the custom form, it did not pick up the updated attachment. It was somehow still attaching the older version of the file. ...
|
| Can this be done with an Outlook Form? | 04 Mar 2005 15:09 GMT | 1 |
Before I spend a lot of time trying to create a form that may not work I figured I’d ask about it here. In my business I use an appointment sheet that I need to fill in a client’s name and address, schedule a time for a job, select one of three employees to
|
| launch 'Revise Contents' with vba | 04 Mar 2005 08:27 GMT | 4 |
I fail to launch the 'Revise Contents' menu ("Edit | Revise Contents") with the following code in the Item_Open Event: Set objInspector = Item.GetInspector Set objCommandBars = objInspector.CommandBars
|
| MS Outlook VBScript and forms | 04 Mar 2005 00:18 GMT | 1 |
I have designed a contact form that has a combo box and a list box.I want user to choose multiple clients from the combo box and have it inserted in the list box. Ok this works fine, ( this is done with vbscript) but when I reopen the saved contact form all my data in the list ...
|
| Set initial folder for attachment dialog | 02 Mar 2005 22:45 GMT | 4 |
I launch the Insert File Dialog for adding attachments in my custom post form with the following code: Set objInsp = Item.GetInspector Set colCB = objInsp.CommandBars
|
| Designing Contact form difficulties | 02 Mar 2005 18:20 GMT | 1 |
Why in ol2003 when I try to design the standard contact form (i just want to add 1 extra field) does the design tool completely change the form to something that looks older (and with no picture facility)?
|
| Broken Form | 02 Mar 2005 17:05 GMT | 4 |
I broke my default Contact Form. I use Outlook 2003 with exchange server. The "activities" tab is broken due to me messing with the fields it shows. It seems to be broken on both computers I connect to the serer. I use a 1and1.com exchange server hosting account.
|
| "The form you selected could not be displayed" | 02 Mar 2005 15:57 GMT | 1 |
My company's anti-virus setup just threw a wobbly, rejecting ALL messages. Now suddenly a form I have been using for a while won't open. Items created using the form are opened with a standard form, and when I try to edit the form, I get the above message.
|
| Attachments in custom forms... | 02 Mar 2005 13:30 GMT | 1 |
I'm new to Outlook custom forms and have very little programming experience so be gentle... The issue I'm having is with the message body. The only way I can see to get the "insert file" button or "insert -> file" option in a custom form is
|
| Outlook Form | 02 Mar 2005 03:17 GMT | 5 |
I created my first Outlook form in Outlook 2000. When someone uses the form, fills in the blanks and sends it, the person receiving the form can also change the content. Is there away to stop that from happening?
|
| Replace Outlook 2002 forms | 01 Mar 2005 21:28 GMT | 3 |
I have made a new Outlook 2002 new message form and want to replace the existing standard form with the custom one. I hope not to have to click on Actions then choose my custom form everytime I want to write a new message (or the other few laborious ways that are available). ...
|
| Modify Default ContactForms | 01 Mar 2005 19:42 GMT | 1 |
I try to change the default contact form by a personal contact form. In all versions of Outlook it works, but on a PC with Outlook 2003 it doesn't work :( i've set keys in the register database :
|
| save item in public folder | 01 Mar 2005 13:40 GMT | 4 |
Is it possible to save an item in a specified public folder with the Item.SaveAs() function? Thx in advance - cheers oers
|