| Thread | Last Post | Replies |
|
| Dropdown controls - List vs Combo | 20 Jan 2006 18:46 GMT | 2 |
I hope this is an easy question. If I use the DropDownCombo style, users are NOT restricted to the choices provided, but can enter anything they choose. If I use the DropDownList style, users ARE restricted to entering from
|
| Change Default Send email form to Custom Send email Form | 20 Jan 2006 17:33 GMT | 2 |
Change Default Send email form to Custom Send email Form I need to create custom form that replace the common send email form. The only change is one chekbox that specify if the user need to copy this send email to specify folder or no.
|
| DropList box on Contact form | 20 Jan 2006 17:31 GMT | 4 |
I created a droplist box on a customer form and is shows fine but the selection is not saved.
|
| Delete Custom Outlook Control thru Access VBA | 20 Jan 2006 17:29 GMT | 1 |
I have a custom Outlook form, which I populate all controls with data from an Access database. I am coding the population of the form thru Access VBA. Is there any way to delete a control thru VBA code? For example, after
|
| Unable to send my custom form in Outlook 2003 | 20 Jan 2006 17:28 GMT | 4 |
I have created my own form, ticked sent the form definition with the element and published it in my personal form library. However when I send it I receive just a blank message, no fields I have previously created. I have tried saving the .oft file on my harddrive and then ...
|
| Creating a validation formula | 20 Jan 2006 17:26 GMT | 3 |
I have created a form with a date/time field called RequiredDate. I placed a validation formula such that if [RequiredDate] = "", then a message is displayed indicating that the field must contain a date. This works great, however, even after the field contains a date, the ...
|
| Problem in resolving contacts from Global Distribution List | 20 Jan 2006 17:25 GMT | 1 |
I am trying to resolve the contact's email address from a Global Distribution List programmatically in Visual Basic 6.0. The Outlook(2000 and above) is configured with Exchange Server(any version ,mostly Exchange 5.5 and above).
|
| Send Form Definition Alternative - No OFL Rights | 20 Jan 2006 17:23 GMT | 1 |
Is there an alternative to sending a custom form's definition without checking the "Send form definition with item" checkbox? Here is my situation: I'm in a scenario where I don't have rights to publish form's to the
|
| Moving contacts from one form to another | 20 Jan 2006 15:26 GMT | 3 |
I have a contact list on the standard outlook form. I have created a new form, with an extra field on it. What is the best way to get the contacts onto the new form? Thank you.
|
| Can custom form data populate access database | 20 Jan 2006 15:02 GMT | 1 |
I am trying to create an application for users to use to order custom reports. I have created an outlook form with custom fields. Is it possible for the data that comes back with the forms populate an access database automatically?
|
| Cannot programmatically open custom message in custom form | 20 Jan 2006 15:01 GMT | 1 |
I have installed an OL form to handle custom messages, ie. messages with extended properties. I also installed menu and toolbar to handle custom messages. Creating new custom message from OL GUI works fine - the new message opens
|
| Pulling in unique items in a drop down box | 20 Jan 2006 14:33 GMT | 1 |
The following code pulls in the company names of the people listed in our contact list. Obviously we have more than one person for each company, so the list shows the company name more than once.
|
| Outlook form works on 2003 but not on 2000 | 20 Jan 2006 09:40 GMT | 2 |
I have designet an Outlook form in Outlook 2003 and it works very fine. But when, I send it to my Outlook 2000 user it Only run some of the code. belov I have postet the VBScript code. Can anybody se, what is wrong? dim path
|
| Form | 19 Jan 2006 20:02 GMT | 1 |
I am new to this: trying to create a form to gather information on Users. I use a basic template then I inserted the following Fields: Name, Gender, Department, Region etc.
|
| Saving as a Template means code doesn't work | 19 Jan 2006 17:22 GMT | 1 |
I have customised an Outlook Contacts Form with the code... Sub Item_CustomPropertyChange(ByVal Name) If Name = "mxzMembershipStartDate" Then dteDate = Item.UserProperties("mxzMembershipStartDate").Value
|