| Thread | Last Post | Replies |
|
| Cannot delete custom form | 14 Apr 2004 15:42 GMT | 2 |
Microsoft Outlook custom form question I've created a custom form to use when sending messages. I accidentally saved a copy of the form in a personal outlook folder instead of the intended Organization Forms. When I tried to delete this form I found that
|
| Outlook Custom Forms and .Net | 14 Apr 2004 09:03 GMT | 13 |
I am programming a .net based addin for Outlook and want to access the values of certain controls on an Outlook Custom Form. These controls are from FM20.dll, the two in particular causing me grief are the checkBox and
|
| Change background | 14 Apr 2004 03:24 GMT | 1 |
I have a Task form I use in the All Public Folders area. My goal: If I open form, background is normal. If I open form and sombody else is in it, then make background red. I tried this code and it doesn't work. When the second person opens it, it
|
| Problem after upgrade to OL2003 | 13 Apr 2004 22:46 GMT | 3 |
I created an OL2000 task form that has been working OK within the workgroup until one of the users got a new computer with XP and OL2003. She can no longer add a new record. Any suggestions? I am not an expert...just someone who hacks a bit and can ususally get things to work but I ...
|
| show a.frm form in pulic folder whichis connected to MS Access and created in Visual Basic Editor. | 13 Apr 2004 17:12 GMT | 1 |
I am new in the Outlook programming field. but worked very well on VBA.I created a .frm form in the VBAproject.OTM. I want to connect this to a MS Access database and want to show in the public folder. Users are entering data through the .frm file.how do I show the .frm form ...
|
| Populating item into combo box | 13 Apr 2004 14:20 GMT | 1 |
I have a form in folder(Project Profile) that haf such a code: Function Item_Open() Dim objNameSpace Dim objProjectProfileFolder
|
| VBA myCtl.dropDown firing so early that the drop-down is in the wrong place | 13 Apr 2004 14:14 GMT | 1 |
When my form to choose contact is shown (there is no Load available in VBA, so i can't explicitly do that first), it's trying to dropdown the contact selector combobox (set via the control's Enter event), but apparently the form isn't yet drawn, so the pop-up list is way in the
|
| Share class between VBA & VBScript? (to pass info from VBA form-->Outlook form) | 13 Apr 2004 12:53 GMT | 2 |
In an effort to circumvent limitations of vbscript, I'm trying to use VBA when possible in my Outlook project. I have the following basic situation: a custom appointment form pops up a VBA FORM that lets the user select an apporpriate CONTACT for the
|
| DTPickers not remembering values | 13 Apr 2004 11:29 GMT | 2 |
on my customized task i have 3 datepickers, one for the start-date end-date and visit-date. when assigning a date to each of the control it won't remember anything when i save. this is the code:
|
| Date time Picker lost | 13 Apr 2004 11:19 GMT | 2 |
I created a form using the DateTimePicker Control to write in a field. Then I removed the DateTimePicker Control. When I publish the form to another computer where the DateTimePicker Control is not installed, the form does not work.
|
| "Signed by" field not populated in OL2003 | 13 Apr 2004 05:44 GMT | 3 |
We're using a custom form to display signed+encrypted SMIME messages. This form contains the standard "Signed by" field, which works fine in Outlook2000 and Outlook2002 - it doesn't work in Outlook2003. Is this a known bug? Is there a workaround short of embedding an Active-X ...
|
| update custom form problem | 12 Apr 2004 22:32 GMT | 8 |
I have a problem on only 1 user machine. It seems that the machin cannot publish forms of the same name "ipm.contact.xxx" If I open th form up and publish as a differenct name ipm.contact.xx1" then it works. I've tried the usual delet
|
| Getting the right value to navigate to the desired folder | 12 Apr 2004 12:24 GMT | 1 |
Set objNameSpace = Application.GetNamneSpace("MAPI") Set objContactFolder = objNameSpace.GetDefaultFolder(10) This statement navigates to the contact folder in outlook. But if I have a personal folder in my local drive, how do I know whic
|
| A Post form | 11 Apr 2004 20:59 GMT | 1 |
Hi, I tried to create a form of type POST and publish it to a view o type 'mail and post item'. But when I dbl click on the view to open the form, why izzit that i gave me a message form instead of the post form i customised?
|
| setting a date value to null from a checkbox | 11 Apr 2004 20:55 GMT | 1 |
Hello People, I was wondering how to set a date value to null from a checkbox in a form? The date value field name is dateactual70. Is this possible or is there another way to do this? The checkbox is dateactual70cond.
|