Group:  Microsoft Outlook » microsoft.public.outlook.program_forms

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
54 Pages: <<  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  >>  
Create Outlook Properties Tab checklist allowing querying of title
I currently use Outlook 2003. I work for the NYC Dept of Education (NYCDOE). Many users at the DOE have many additional job duties for which exist many "subtitles." Microsoft should build a query function in Outlook that would allow list(s) to be retrieved using the checked boxes in a Tab containing "subtitles" chosen by the users or assigned by the Email Administrator. This query/li...
2 20.06.2006 19:49:55
TNEF stripped
Hi, is there a way to find out how and where my custom form information is stripped when travelling along the Internet from an Exchange 2003 organization to another ? I have this working between our prod & lab exchange 2003 environments but not between 2 production environments. Is there a setting in Exchange 2003 ? An alternative for me would be that i send the filled in fields as te...
3 20.06.2006 15:55:16
Attachment goint as dat file
Using Outlook 2000 - when I attach an excel file to outgoing mail, it arrives as a .dat file and the recipient can't open it. If they reply back to me and I reply to them, they then receive it as the excel file and can open it. When I attach the file, it shows up in the body of the email as an excel icon. When it goes back on the final 'reply' it's listed at the bottom of the email....
1 20.06.2006 12:50:02
Notes Field - Adding Default Text
I'm using O2003SP. Just new to forms and customizing them. I want to add default text into the notes field. I'm noting coding, basically just using what is provided. How do I make the Notes field active so I can type default text into the notes field? When I click on it, its active, I but I can't click inside it to enter default text. Thxs srm ...
5 20.06.2006 11:20:10
Help On Fucntions
Is there help where I can learn how to use the different funtions [e.g., Date(), Time(), etc.] Outlook provides in designing forms. None of the dialogs offer help, so I was hoping there might be some documents available. Thanks srm ...
2 20.06.2006 11:19:33
Custom fom in Terminal Services
Can Outlook custom form run under a Terminal Services session? I connected to a shared server here using Remote Desktop Connection and ran Outlook there. It has Outlook 2002 SP3. However When I ran my custom form it was opened ok but the vbscript code behind did not seem to run. For example there is a code for a field in Item_Custom_Property_Change subroutine but when I clicked on thatf...
3 20.06.2006 01:28:25
Modifying Outlook
I would like two additional features of Outlook: 1. One field to scan and post business cards images of my business contacts the same way now we can post the contact picture. Can I program and/or create this field in the normal Outlook Contact form? By the way I don't know anything about programming. 2. My mobile phone syncs with Outlook to download and/or upload my contacts and ca...
2 20.06.2006 00:48:08
Combining Text and Date
I have O2003SP2, WXPSP2. I don't know much about functions and coding but looking at automating some of my entries into fields. I have all the fields setup up except two of them. I was wondering if someone could help. FIRST: Field type of Date/Time (Due by field). I send annoucements on the 1st, 7th, 14th and 28th of each month. I'd like for it to automatically enter one of these ...
1 19.06.2006 18:01:58
Is it possible to extract members from a non mail-enabled group.
I am trying to limit the people able to run a form to members of a security group. Thanks...
1 19.06.2006 17:25:01
Calendar drop-down box?
This is a multi-part message in MIME format. ------=_NextPart_000_0019_01C6920F.61CB5C80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi! I'm trying to design some simple Outlook forms for use among my office = colleagues. So far so good. However there's one thing that baffles me - = I cannot include a calender drop-down box, or time dro...
3 19.06.2006 16:19:01
Item send overide/abort on a code condition
I have created a custom form (email) with a few lines of validation code for the text boxes, but i need to prevent the form being sent if the validation fails. What is the easiest way to do that? I need to distribute this form in the organisational forms library. all sugestions welcome! ...
2 19.06.2006 14:14:53
Problems with Recipient.Add and Macro Signing ???
Hello, I have created a custom message form in Outlook, where I deleted the To: and Cc: fields, leaving only the Subject and Main Body, adding a Image and some text. I have save the Form in the Personal Form Library. Afterwards I have created a Macro in Outlook with this code: Sub DisplayForm() Set myFolder = Session.GetDefaultFolder(olFolderInbox) Set myItem = myFolder.Ite...
4 19.06.2006 14:14:00
Event handling on Custom Forms with simple controls
Hi I'm new to Outlook programming. I'm working on a custom Outlook 2003 Form. I have added textbox controls to Form but can't get the control to do anything useful. I want to link some code to the control, but in the VBA project the controls aren't included. Also how can I tell if i'm writting a macro (script -VBA?) or sub routines (native VB?) and how do i link them to a control or eve...
7 19.06.2006 13:12:02
why write some code in form then the reading pane can't display
I use outlook 2003 to design a form When I selected a item in item list, double click, and the design the form. after I write some code in the script editor, the reading can't display the email, replace the word: This item contains active that cannot be displayed in the reading pane, Open the item to read it's contents. which step I do wrong or How can I do. ...
2 19.06.2006 11:57:51
Outlook forms : Radio buttons value
Hi, I've created a simple outlook request form with text boxes, labels, check boxes and radio buttons, all the fields display the information sent by the sender except the radio buttons. I've tried a combination of the YES/NO values and it still does not display. I have read the other posts but unable to figure it out for radio buttons, please help with the Radio button value setting. ...
3 19.06.2006 07:03:01
Outlook 2000 form import to Outlook2003
I modified the existing appointment form for a night club where I work. I added a few pages for the specific group functions and then pages for each manager to complete for staffing and notes. It worked fine on my Outlook 2000 and I could email it to other 2000 users. But I can not get it to work in Outlook 2003. I saved the file on a flash drive. I would open the file from the flas...
2 17.06.2006 21:34:44
Automated mail
how to create a rule to send a mail which is stored in draft or inbox or folders to a certian email address on a certain date...
1 17.06.2006 04:12:03
Open Form from Macro
Hi, I've followed the MS KB article to Open Form from a Toolbar Button. This is the Macro, as I have it in ThisOutlookSession: Sub DisplayForm() Set myFolder = Session.GetDefaultFolder(olFolderInbox) Set myItem = myFolder.Items.Add("IPM.Note.SuppRequest") myItem.Display myItem.Recipient.Add ("mail@mail.not") End Sub The only difference from the KB Article is the Re...
6 16.06.2006 22:42:11
OL2003: This item contains active content blah
Hi all, I'm having the problem whereby I want to allow the preview pane to show the body text of a custom form I've written (none of my code alters the message text) but outlook tells me I can't because it contains active content. Fair enough, quick google reveals this kb article: http://support.microsoft.com/kb/331788/ however it applies to office XP, and I'm on 2003. I've applied the...
6 16.06.2006 18:41:08
Contacts Crashing
Hi, I'm guessing I've got something corrupt inside Outlook 2003 - everytime i try to open Contacts, whether its through the Nav bar or ctrl+3 or Go\Contacts, I get an error message telling me that Microsoft office outlook has encountered a problem and needs to close' etc. I've tried re-installing it but the error remains. I've got a couple of customised forms in there but they've been ...
2 16.06.2006 17:09:01
Outlook 2007 Beta 2 has wrong format for IPM.Contact
In Outlook 2007 beta 2, if I try to customize a contact form, the template IPM.Contact form that appears is the old Outlook 2000/2002 form. Microsoft forgot to update this for Outlook 2003, and now it looks like it hasn't incorporated the Outlook 2007 changes either. It causes great user confusion if I make a minor tweak to the Contact form that isn't even supposed to be user visible, ...
3 16.06.2006 14:36:03
Custom Form not displaying
Hi All, I am wondering if anyone can help me or have come previously across this problem I have. As a background, I have used custom outlook forms for a couple of years now (since OL 2000), but have never had these problems before. The only problems I’ve ever encountered was when I have made small changes to my forms and have had to clear users’ cache, and all was fine. I have...
4 16.06.2006 01:07:36
Transfering emails to another comp
Hi All A relative, who uses Outook for her email, has just bought another computer and would like to transfer ALL her mail on to the new comp en masse. She has no network, just a DVD writer. I don't use Outlook and she hasn't a clue where to start. Can anyone tell me where the default folder is that holds her emails and if it would it be possible to copy this folder to disc and then ...
3 15.06.2006 09:25:33
Using Templates for Outlook messages
I am working with a Non-Profit organization who is trying to migrate from paper to web based submission of their required data. Currently all data input is manually done at the headquarters by the staff. This means the only way to submit data changes is to snail mail them. I was thinking of using a bunch of downloadable .oft forms for these secretaries to send to the headquarters, the...
2 15.06.2006 02:40:02
Custom Task Form
I'm working on creating a custom form in Outlook that, for all purposes, needs to function like a task in Outlook, but with a few slight variations. Is this possible to do (such as calendar date lookup as well as contact information lookup and linking)? If there is a way to take a standard task and create each item exactly as it appears on there, that'd be best and then i can work back...
4 15.06.2006 01:27:55
54 Pages: <<  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  >>  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net