| Thread | Last Post | Replies |
|
| Custom form icon issue | 28 Oct 2004 15:40 GMT | 1 |
I'm using a custom form with certain hidden fields. I set the Large Icon and Small Icon properties to the closed yellow envelop icon. The problem is that even the emails have been read, in Outlook, the icon stays as the
|
| Printing With Code | 28 Oct 2004 15:33 GMT | 2 |
Here is some code I use to print a Word template. But how can I make it print from a certain printer and print a certain # of copies? Sub CommandButtonPilkRelease_Click() Dim objDoc
|
| Print | 28 Oct 2004 02:40 GMT | 1 |
My script automatically prints with this code:
|
| Hyperlinks in Text Boxes? | 27 Oct 2004 17:52 GMT | 3 |
Greetings, I am trying to allow my users to create hyperlinks in a text box or other control. I do not wish to use the Message control due to its inherent properties (adding message traffice when forwarded, replied etc...) Thanks for any help you can offer.
|
| Importing Data into Custom Form | 27 Oct 2004 14:43 GMT | 2 |
I created a custom contact form to import data from Act! (using a CSV file). How do I make the custom fields I created available for mapping in the import wizard? Thanks -
|
| Forms not displaying when testing | 27 Oct 2004 12:24 GMT | 3 |
I have read every single post and thread about forms not displaying. There is no real example of making sure a compose and read layout exist. Can someone please help. A simple example would be much appreciated. Thank you.
|
| Can one create a drop down box within a template in outlook? | 26 Oct 2004 22:49 GMT | 2 |
I have created a template and for a number of field inputs to the template I would like to make them a drop down box. Can one be created in outlook?
|
| Populating Combo Boxes. | 26 Oct 2004 22:19 GMT | 3 |
I'm really new to outlook and vbScript. Fortunately, not new to programming. I've created a new form ("Houses") which is based off of a contact form.
|
| Help with email within a form | 26 Oct 2004 22:14 GMT | 1 |
I have a form I've created and when completed I want to hit a button and have it mail a completed notice to the person who requested/"owns" the form. Here's my script: Sub CommandButton1_Click()
|
| Reference to Outlook | 26 Oct 2004 22:13 GMT | 1 |
I have made an application where I send Outlook e-mail via Excel. Since I don't know what version of Excel the user has I need a way to find the correct reference to the MS object library. I have seen a reference to a general "obl" that works regardless of
|
| CDO Access hangs outlook | 26 Oct 2004 20:37 GMT | 2 |
I have been using the below code to access information via CDO. All works fine on my outlook and many other users, however there are some users that when they open my form their Outlook hangs. A seperate Outlook process appears in task manager and it doesn't
|
| Problem with creating MAPI session | 26 Oct 2004 17:45 GMT | 1 |
I am trying to run this code: <%@ Language = VBscript %> <% ' Create MAPI session
|
| enable outlook security.oft to allow programs to send email with out nag boxes | 26 Oct 2004 17:03 GMT | 2 |
I am trying to allow a program to send an e-mail through outlook on my behalf without getting the nag boxes. We have a customized program that sends out emails for us but since we moved to outlook this nag box pops up for
|
| How can I export a form to be imported by another user on a diffe. | 26 Oct 2004 13:41 GMT | 5 |
I wish to export a custom form created in Outlook to be used by another user on a different network. This form contains a script to send a HTML message back to me for correspondance. Any suggestions?
|
| How to add Userfields programmatically | 26 Oct 2004 12:41 GMT | 1 |
I want to add an User defined field to the Outlook mail folders, I want the functionality like Message Read or Unread to ensure whether the mail item has been accessed by my VBA or not. Advance thanks
|