| Thread | Last Post | Replies |
|
| Adding a mail address/recipient type field to a form | 31 Dec 2009 16:30 GMT | 1 |
I am desperately trying to add a new field to an Outlook form. I would like the new field to include one user name and that it wil have the same functionalities like any other recipient field (like chec names).
|
| HELP: Create Buttons in Outlook Email body or Tool bar | 31 Dec 2009 07:00 GMT | 1 |
Is is possible to create buttons in outlook email body? For eg: I want to create "Accept" and "Decline" Buttons that would populate the content from the email body into an excel sheet. Is this possible? If yes, how do I go on with it? Please Help.
|
| Customizing fields in Outlook forms | 30 Dec 2009 05:11 GMT | 1 |
I have created a custom task form in Outlook 2003 (SP3), for work. Using given properties functionality, I have created four checkboxes that, when checked, invoke the current date in a nearby text box. This is very desirable, as it allows me to record the date through the Task ...
|
| Accessing a control on a frame in Outlook with VBScript | 29 Dec 2009 03:02 GMT | 1 |
I am trying to access a control on a frame on a custom form in Outlook with VB Script. I set the frame what is the next step Set fraSearch = Item.GetInspector.ModifiedFormPages("Contact").Controls("fraSearch")
|
| Outlook 2003 saving option button | 23 Dec 2009 01:22 GMT | 1 |
Hello again, here's my new problem, my form has 2 separate sets of option buttons inside a frame. Each frame is just a simple yes and no but when I click on File->Save and then close and reopen the post the state of the option buttons is lost. How do I save the state of the ...
|
| Outlook 2003 bound textbox | 22 Dec 2009 17:48 GMT | 2 |
I have a bound textbox in the compose page and the read page. In my code I use customproperty to write to the textbox. I shows up in compose but it won't show up in read. Just to be sure I copied and paste the textbox in compose to read but with the same thing happening. The only ...
|
| "Outlook has blocked access to this form template file. | 18 Dec 2009 02:54 GMT | 3 |
I created Custom forms using outlook 2003. my computer got upgraded to office 2007. when i tried to open my Custom forms using outlook 2007, i keeps getting this error message:: outlook has blocked access to this form template file. if you know and trust the person who created ...
|
| Outlook 2003 Computer Name | 17 Dec 2009 18:46 GMT | 5 |
How do I grab the computer name and place it in a textbox in a custom form on outlook 2003?. Submitted using http://www.outlookforums.com
|
| Add a date stamp to the note field of a custom form | 17 Dec 2009 16:34 GMT | 1 |
I am using the following code to add a button that inserts a time and date field in the note section of a custom contact form. Sub StampDate() Item.Body = Now() & vbCrLf & vbCrLf & Item.Body
|
| Code Button to Copy Standard Text in Memo (message) Field | 17 Dec 2009 14:43 GMT | 9 |
I am looking for the code I could use behind a macro button that would basically copy a sentence or two into the message (memo) field. What I am hoping for is that I send a form to an employee... if they agree with the content, they can click a button which would then paste a ...
|
| Publish form to folder - Outlook 2007 | 17 Dec 2009 13:32 GMT | 1 |
I created a custom calendar form and while testing, I published it to my Personal Forms Library. Everything worked great. I then published the form to my Calendar folder and set my custom form as the default form for this folder. When I (owner) create a new appointment, it ...
|
| User defined fields | 14 Dec 2009 22:16 GMT | 6 |
Hey, need help understanding how to do user defined fields. I have created a from, and wrote the code, it workes just like i wanted it with one expection. When you send the form it doesn't keep the data in the fields. I found out that i have to make user defined fields.
|
| Today function in Outlook Forms | 11 Dec 2009 01:40 GMT | 1 |
I have created a series of forms used for the raising and authorisation / rejection of purhcase orders. How can I created a field in the forms, which populates the date the form was created i.e. the date the purchase order was raised. This then needs to be ratianed throughout the ...
|
| O2003 - Custom Form - Adding Category Button | 10 Dec 2009 01:47 GMT | 2 |
I'm using O2003 and created a custom task form. I want to have access to my master Category list like I do on the main task form. I created a command button and used "cmdCategories" in the name field entered the code below. When I try to use the button, I get an invalid
|
| Need help Publishing a new Task form! | 09 Dec 2009 16:13 GMT | 1 |
I took the existing Task form in Outlook and modified it using the Design feature and saved it to my Personal library. I want this new form to be the default form for a Shared task directory - however I am unable to keep it set as the default. I right-clicked and selected ...
|