| Thread | Last Post | Replies |
|
| Edit a custom field | 30 Nov 2007 22:19 GMT | 2 |
How can I edit a custom field that was created in the field chooser? Is the only way to delete the field from the chooser and create a new one? I have searched everywhere for this one. Thanks for the help
|
| Using controls in Email Form | 30 Nov 2007 21:02 GMT | 7 |
I am using Outlook 2007 and I have designed an email form that utilizes controls. The basic use of the form is for non-sales people to alert the Sales Manager of any influence they have had on a sale. I have deleted the "Message" box which includes my signature, so I can use ...
|
| Outlook Script: How to hide Command Menu ? | 30 Nov 2007 12:30 GMT | 6 |
On my personal Form, I want to hide all command menu if possible, or , at least Save command menu I Added a save button on my form (it perform a test which check if there is another Contact with same Name & N°)
|
| Outlook Script: How to Highlight a line in list box | 30 Nov 2007 08:54 GMT | 2 |
In my Form I've a listbox , and I've a list of value which is extrated from a file , I want to highlight each value in the listbox if exist in my file Tks for help
|
| Outlook Forms programming help | 28 Nov 2007 22:59 GMT | 1 |
I'm new to programming forms in Outlook. I have taken up fixing a form that was previously designed by someone, but have no reference material or documentation to help me learn what I'm doing. Can anyone point me to any general "how-to" or "self-help" learning guides?
|
| Outlook Script: How to get the FirstName of the current User | 28 Nov 2007 15:41 GMT | 5 |
I'm looking for a way to get the Firstname of the currentUser, but I didn't find, if someone can help it will be great here the code I'm using nox, it give me The full Name of the user AddUsr = application.GetNameSpace("MAPI").CurrentUser
|
| Get PageName | 28 Nov 2007 14:03 GMT | 2 |
Hello NG, i am totally new to vbs and programming in outlook, so this is a newbie question: I have sostumized a form in outlook using a little skript. This vbs contains
|
| Command buttons in custom Forms | 28 Nov 2007 13:18 GMT | 1 |
we are creating an application to connect outlook(2003) and access database(2003). We have created a customized form. In the form there is a command button, when clicked it should pass the data to the access data base. How to handle it thru Vb script?
|
| Checking for free busy status | 27 Nov 2007 19:42 GMT | 1 |
I am checking for resource availability and checking for any conflicts with other meetings. I want to check on a 30 mins interval. The code below is not working. iCurrentSlotStart and iCurrentSlotEnd in the below code always returns 0.
|
| Text based fields in a form | 27 Nov 2007 17:38 GMT | 3 |
I have created templates in MS Word for letters that we send to customers. These contain "Text Form Fields" so that all a user needs to do is TAB through the document and fill in the necessary fields (Customer name, address, etc.) and the rest of the document's content is ...
|
| How to create a Static drop down List in a Form | 27 Nov 2007 14:59 GMT | 2 |
I am new at forms, but willing to learn. I am trying to use the List Box. Nothing fancy yet! I am trying to create a list for types of loans, it is a constant non-changing list. How do I go about adding the choices?
|
| Outlook Script: Change the cursor appearence in a Form | 27 Nov 2007 14:57 GMT | 1 |
I published à form, and a want to change the appearance when a specific button is used ex: sub ListButton_click()
|
| imoprt word form into outlook message | 26 Nov 2007 16:27 GMT | 6 |
When I send a word form from MS word to a recipient it loses it's fields. Can someone advise on how to prevent this happening F0zz
|
| Outlook Scipt: Search Pb | 26 Nov 2007 15:02 GMT | 2 |
I use Outlook Script and I've a syntax problem in searh instruction in my form i Search contact item in other folder ============================== myFolder = "here I go to the desired folder "
|
| Sales Tracking Form | 26 Nov 2007 14:40 GMT | 4 |
I'm trying to create my first Outlook custom form and am struggling. By reading through all the postings in this forum, I found the answers to about half of my issues. I did, however, also notice that sample forms are available. The Sales Tracking Form at
|