| Thread | Last Post | Replies |
|
| vbscript editor? | 23 Sep 2004 01:47 GMT | 2 |
I have been maintaining vbscript code for a custom Outlook form. I invoke the script editor by having the form in Design mode then go to Form/View Code... However the script editor is basically like the Notepad. Is there a better editor that I could use to maintain vbscript code for ...
|
| .pst files and Outlook Express | 22 Sep 2004 12:45 GMT | 1 |
Hello to everybody! I have a .pst file created from an Microsoft Outlook application. On my computer i have only Outlook Express installed. How can i recover or read or view this .pst file.
|
| Finding text in custom forms | 21 Sep 2004 21:22 GMT | 2 |
Been setting up a new Public FOlder Task form over the last few weeks and just noticed that if you use the "Look for" (Find) the text searches only the default fields but not in the custom fields I have created. Is this normal ? Is there anyway to get it to search the custom ...
|
| CHanging a default form to a Custom FOrm | 21 Sep 2004 21:22 GMT | 2 |
Is there a quick way to change records using the default form to a custom Form I have created. New records are OK as they are using the new form but previous records have the default form for the type of folder. I have a two public folders one a contacts and one a task and I am ...
|
| Outlook signature issue with custom form | 21 Sep 2004 03:05 GMT | 5 |
when I do a reply by using my custom form, my signature is not auto inserted. However if I do a forward it is auto-inserted. I have configured the reply action as "do not include orginal message" and forward as "include original message text"
|
| What's a non-coder to do re: exporting survey results from Outlook | 20 Sep 2004 14:43 GMT | 3 |
I've read comments from Sue and Hollis but I'm still lost on how to extract data from Outlook surveys, other than one-by-one. Sue refers to "to view the Outlook folder in a table view." How does one do that? I'm not a programmer, so I have enough ability to create a custom survey ...
|
| Publish FOrm to SBS2003 Exchange | 19 Sep 2004 19:56 GMT | 2 |
Been designing a new contact form which I would like users to use when they post to a particular Public FOlder. I followed the instructions on Microsoft Support about KB244591. But what next? I go to publish in Outlook but I don't see what I created appearing in the list of ...
|
| How to SetFocus on Built-in Control | 19 Sep 2004 02:46 GMT | 1 |
I have a custom e-mail message form. When the user tabs out of the "To" field, I want to parse the recipient name and insert the first name into the body control. All of this is working fine. I am using the Item_Property change event. However, when the user tabs out of the To ...
|
| PropertyChange Event Problem with "To" | 19 Sep 2004 02:44 GMT | 1 |
I am having trouble with the PropertyChange event when using the "To" field. The problem is that the code gets fired whenever the To, CC, or BCC fields are changed. I assume that this is because each field is somehow tied to the Recipient collection. This code demonstrates the ...
|
| Appointment form problem | 18 Sep 2004 15:11 GMT | 1 |
I have a couple of questions that I hope someone could solve: Q1: I have to create a custom form for the calendar. Can I create a custom form that pops up when I double click a time slot? If so how do I do it? Also can I change the default first page of the
|
| Outlook Forms launcher to open Excel or Word files | 17 Sep 2004 23:27 GMT | 5 |
I have set up some Form Launchers in Public folders to launch my customer forms I would also like to have the abilty for my people to launch some Excel and Word Doc's from the same location. Is it possible to use the forms
|
| Click Event for a bound option button | 17 Sep 2004 20:44 GMT | 5 |
I know that I can't perform a click event on a bound option button...But I can't figure out another way to get the function I want for my form...What I want my form to do is below: When a user clicks on the yes option button, I want a textbox to become
|
| contacts using old custom field values | 17 Sep 2004 19:57 GMT | 4 |
I have a custom contact form with a custom field called Mailing List that I had set to the type Keyword by mistake. Recently I wanted to change the type to Text (no contacts had more than one value for this field), so I
|
| Date Time Picker | 17 Sep 2004 19:35 GMT | 3 |
I am using a Date Time Picker in Outlook appointment page(2), it is bounded to a field that has a Date/Time format. The problem is when I saved an appointment with the date using Date Time Picker, it seems accepted the date value, but when I reopen it the Date Time Picker does not ...
|
| Viewing radio button selections | 17 Sep 2004 19:35 GMT | 2 |
I have created a form so that information can be recorded by one party and then sent to another. I changed the properties on the text boxes so that the data can be viewed by the recipient of the email. The
|