Forum: Outlook - Using Forms
July 3rd 06, 11:28 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 724
... Cached Exchange Mode
Hi
After reading about Cached Exchange Mode, custom forms and SP-1,
I'm terrified to discover that it seems that my company is not updating
Office with service packs... which may explain the...
|
Forum: Outlook - Using Forms
July 3rd 06, 11:01 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 724
Favorites Folder
It is Outlook 2003
MyForm shows every place you mention :
* When i look at the properties of the Favorites replica, it says to use
MyForm when publishing into this folder.
* When the focus is in...
|
Forum: Outlook - Using Forms
July 3rd 06, 10:37 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 1,053
How do I add a picture in a custom Contact form?
Hi,
I've been through this two months ago.
There are several ways to go around the fact that you can not use the native
MS Control on the Contact form, but if you want to be clean and avoid one...
|
Forum: Outlook - Using Forms
June 26th 06, 02:15 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 724
Favorites Folder
Hi,
I've a contacts public folder with a custom form published in the folder.
When a user access through his favorites, the custom form won't be used.
Should I publish the form an other way than in...
|
Forum: Outlook - Using Forms
May 8th 06, 07:34 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 520
Copy a picture from one object to another
Thank you.
The error happens in the statement :
Set item.Image4.Picture = objContactPhotoSource.stockPhoto.Picture
"this object doesn't manage this property or method"
Image4 is an Image Control on...
|
Forum: Outlook - Using Forms
May 8th 06, 11:53 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 520
Copy a picture from one object to another
Hello,
I'm trying to copy a picture from one object to another as refered in the
following MSDN Library article.
But all what I get is an error telling me that this object can not use the
method...
|
Forum: Outlook - Using Forms
May 3rd 06, 08:36 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 535
desperately trying to get a photo on board
Hi
I've been desperately trying to do somthing that seemed quite simple for two
weeks.
I'm setting up a company directory using a public folder.
I designed an "elegant" custom form displaying just...
|
Forum: Outlook - Using Forms
May 3rd 06, 12:14 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 447
closing form
Hello,
The code below works fine for the owner of the contact folder, but not for
readers who are not allowed to perform...
The problem is with " Item.Close(olDiscard) " which I use to avoid the...
|
Forum: Outlook - Using Forms
May 3rd 06, 01:49 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 463
syntax problem 'body format'
Hi,
I'm trying to send an html mail from a contact form with a button and VBS.
I get the followin error message when excuting the procedure :
incorrect argument 'body format'
Does anyone understand...
|
Forum: Outlook and VBA
April 26th 06, 04:05 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 671
Displaying attached picture on a form with VBS ?
Hi,
Does anyone know how / if I can display a picture store as an attachment (to
a contact item) in a control on a custom form
The "PictureLoad" method on "controls" can load a picture from file...
|
Forum: Outlook - Using Forms
April 25th 06, 06:31 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 596
bypassing save dialog box
Hi,
I well know I can't get everything I want. Thanks for your interest.
I've just tried this :
Executed Sue's code in VBA (outside of the form), and added a save item.
I run the code on the all...
|
Forum: Outlook - Using Forms
April 25th 06, 10:32 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 596
bypassing save dialog box
Thank you Ken.
I have to use a custom form, and thus can't use the picture control hence my
problem.
I do not save the item in the code for users on whose machines the code will
execute won't have...
|
Forum: Outlook - Using Forms
April 24th 06, 11:06 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 430
photographs in customized form
Hi,
I know this must be a recurring question, but I can not find satisfactory
info on the topic.
I've just used the method described by sue mosher :...
|
Forum: Outlook - Using Forms
April 24th 06, 10:57 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 596
bypassing save dialog box
Hi,
I've just implemented sue mosher's way of displaying a photograph on a
customized form... using code to load a jpg into a picture control...
.... now I realize that every time my user will...
|