| Thread | Last Post | Replies |
|
| Problem with one off forms - Help? | 31 Oct 2003 20:29 GMT | 5 |
My company is beginning to roll PCs out with Service Pack 3 for Office 2000 and forms are beginning to fail due to the new security. Here is my problem. We have a form with a lot of code behind it. The form originally had the
|
| How do I trust a custom form in Outlook2002 or 2003 | 31 Oct 2003 17:38 GMT | 1 |
We are running Exchange2000 and currently have Outlook2000. Shortly we will be upgrading our Exchange servers to 2003 and moving to Office XP. How do I eliminate the security prompts when accessing the address
|
| Renaming Userproperties | 31 Oct 2003 17:37 GMT | 1 |
Is there a way in code or otherwise that a userproperty can be renamed? I have custom forms that have been developed and are in use, and the customer simply wants to have the field renamed (Something more obvious to end-users when using field-chooser in defning views). I'm trying ...
|
| Opening Custom Forms | 31 Oct 2003 16:58 GMT | 3 |
I just started working with Outlook and have hit a wall. I created and published a custom TASK form to a public folder. When I create a new instance of this Task, the task form executes (i.e. the Item_Open event is
|
| Cancel the send function | 31 Oct 2003 16:48 GMT | 3 |
Here is the code: Function Item_Send() If Item.userproperties("To") = "" Then MsgBox "You Must Select A Recipient Prior
|
| default folder | 31 Oct 2003 16:39 GMT | 3 |
Does anyone know how to change the default folder from "My Documents"? Thanks. Rick
|
| Outlook Form definition is send with the item | 31 Oct 2003 14:34 GMT | 1 |
I have developed a custom scripted Outlook form and publish it to my personal froms folder with the option to not send the form definition with the item. I am making tests with Outlook 2000 and Outlook 2002. I have make a test of sending an email outside of my compagny domain
|
| How do I create a very simple form? | 31 Oct 2003 14:30 GMT | 3 |
Using outlook I've some what "Designed" a form using the "Standard Form Library" but when the form is sent the receipent does not get any fields or values. Can anyone tell me how to ensure that the field text
|
| creating company in/out board | 31 Oct 2003 04:59 GMT | 1 |
I am trying to do research on how to create or purchase an outlook based attendance board that can also be used with Blackberries. I have hit a dead end and was looking for suggestions. Any help would be appreciated.
|
| Including response forms with the original | 30 Oct 2003 21:00 GMT | 1 |
Does anyone know of a way to include a custom response form with the original custom form? I'm trying to create a custom form, but I don't want to publish the response in public forms.
|
| Executing a form | 30 Oct 2003 20:10 GMT | 2 |
I have designed a simple custom appointment form, and attached it to a tool bar button using a hyperlink. However i want the form to run from a double click from the daily appointment view as well, Is this possible and if so can some give me a few tips on how to go
|
| Operation Failed with GetInspector.ModifiedFormPages(".....").To.Text = "" | 30 Oct 2003 17:25 GMT | 1 |
Want to know why my Outlook form encounters "The operation failed" when executing the statement - GetInspector.ModifiedFormPages("......").To.Text = "" where .... is the name of the page.
|
| Newbie Question - Fields and Data Doesn't Appear When i sent the Form | 30 Oct 2003 14:57 GMT | 3 |
Hi, im having a problem with the first form i created. When i send out a form, with some fields and data on then, they dont appear in the mail that the other user is recieving. I created this custom from using the default "new message form". I just
|
| Combo Box validation in Outlook 2000 | 29 Oct 2003 21:03 GMT | 1 |
I have a combo box with several values for a user to choose from a dropdown list and I want to limit the user to selecting one of the values in my list. However, it appears that I tried to use too many characters in my Validation Formula because Outlook simply truncated my ...
|
| Date Format Problem | 29 Oct 2003 20:58 GMT | 1 |
I've been given the task of creating a custom form in Outlook 2000. The form uses the 'Task' template and is required to set the due date according to the priority selected and the time of day. This I have successfully done in Outlook's version of VBA but I am having trouble
|