| Thread | Last Post | Replies |
|
| Public Task Folder (Item.Save) | 15 Apr 2004 21:20 GMT | 1 |
I use a Item.Save in my script. Everything works great. One problem though, what if the user opening up a task does not have Permissions set to save? When this happens, it creates an error in the scipt for that person. Any ideas of how to solve this?
|
| Task form field autonumber | 15 Apr 2004 16:52 GMT | 1 |
In Outlook 2000, I'd like to create a custom field on a Task page. I'd like this field to have a number in it. I'd like the number to increase by 1 everytime a new task is opened. So when I open the first task, the field
|
| programmatically set the color or hide properties... | 15 Apr 2004 14:49 GMT | 1 |
Another question: I have a command box that I am currently using to pass a date value into another value. The command box is called [setinital]. Here is the code.
|
| Big form size. | 15 Apr 2004 14:06 GMT | 3 |
The size of my apoointment item based form is 500K. Is there any way to put the code out of form? Something like "include"?
|
| copy a field to another field one time | 15 Apr 2004 13:54 GMT | 1 |
I have a date/time field called delivery and I would like to know if it is possible to copy the delivery field into another field(inital delivery) when it is initially set and have that field hold the delivery date. The problem being is if the delivery field changes, I do not want ...
|
| Opening a Custom Form | 15 Apr 2004 12:04 GMT | 2 |
At the moment to Open a form that I have changed I have to go through the following options: File New
|
| application_itemsend() cancel sending | 15 Apr 2004 08:58 GMT | 2 |
Hi NGs, by sending a mail, the event application_itemsend() is triggered. some code is executed validating some parameters. If a special value meets I want to cancel the action of sending the mail.
|
| Date Formulas in Contact Forms | 15 Apr 2004 08:04 GMT | 2 |
How do I create a formula field that has as its value the time difference between today's date and a date as recorded in another field?
|
| save in scipt | 15 Apr 2004 00:10 GMT | 2 |
I want to save the file in the Function Item_Open() event. I'm not sure of the syntax though. Can you please help? Basically, I just want it to save when I open the file. I am going to put it in an IF statement.
|
| ltrim with multi column combo box | 14 Apr 2004 21:54 GMT | 1 |
OK, I have Outlook 2000 running on an internal network with Exchange Server 2000. Now I designed a form with combo boxes that have multiple columns. To fill this Multiple column combo box I am using a stored procedure from
|
| sql select statement not working | 14 Apr 2004 21:28 GMT | 4 |
I cannot seem to figure out what is wrong with my select statement. It seems so simple, yet it escapes me. I am taking information from a custom form i.e. order number and after connecting to a SQL database want to
|
| cannot connet to database on sql server or desktop | 14 Apr 2004 20:10 GMT | 2 |
Help! I have tried the examples from the book Microsoft Outlook programming jumpstart..... and I cannot get connected to any database, either on my desktop for access databases or to a SQL server for SQL tables.
|
| Using Word Template in Exchange Public Folder | 14 Apr 2004 19:55 GMT | 2 |
I've got a couple of custom forms that allows users to fill them out, then print or e-mail their data via a Word template. Each of the user groups that use the forms and associated templates are small enough that I've been able to get away with storing the template on their hard ...
|
| How do I get the manager for my profile using Outlook Redemption | 14 Apr 2004 18:04 GMT | 7 |
Does anyone know how to get the Manager for a current user from the GA using Outlook Redemption? I can get the information I require by usin the following line of code: OutlookNamespace.CurrentUser.AddressEntry.Manager.Name
|
| Resolving Conflicts from VBA code | 14 Apr 2004 17:58 GMT | 3 |
Sue Mosher has helped me identify conflicted contact items in VBA code (Thanks Sue!). *** dim oContact as Objec dim oContacts as Item
|