A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 25 of 32
Search took 0.04 seconds.
Search: Posts made by: Vaughan
Forum: Outlook - Calandaring December 14th 06, 01:56 PM Posted to microsoft.public.outlook.calendaring
Replies: 1
Views: 629
Posted By Vaughan
How to permit user B to edit user A's meeting, Public Folder

How can I authorise User B to edit User A's entry in a Calendar which is in
the Public Folders?
Forum: Outlook and VBA August 23rd 06, 11:45 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 652
Posted By Vaughan
How to recover VBA code?

Its OK, I found it now. Thanks anyway.

"Vaughan" wrote:

I had a few important bits of code running in ThisOutlookSession .... then my
PC blew up. I retrieved the hard disk and can now access...
Forum: Outlook and VBA August 23rd 06, 11:41 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 652
Posted By Vaughan
How to recover VBA code?

I had a few important bits of code running in ThisOutlookSession .... then my
PC blew up. I retrieved the hard disk and can now access all the files on it
from my new PC. I want to recover the VBA...
Forum: Outlook and VBA April 12th 06, 09:04 AM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,010
Posted By Vaughan
Open RPC channel limit trouble

Hi Rajesh

I never found a solution to this. In the end I had to change my approach to
limit the number of records I was processing to less than 249, and then run
the process several times...
Forum: Outlook and VBA March 20th 06, 04:55 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,010
Posted By Vaughan
Open RPC channel limit trouble

Thanks for your suggestion Stuart. I did try this, but it turns out this
doesn't close the channels. I even cloned the code to make two seprate
routines and called them from a third one - no luck....
Forum: Outlook and VBA March 20th 06, 04:11 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,010
Posted By Vaughan
Open RPC channel limit trouble

Further to this, I have found that defining "objJobItem" as "Object" rather
than "Outlook.PostItem" with the rest of the code as shown below avoids the
open RPC channel limit problem. BUT if I then...
Forum: Outlook and VBA March 18th 06, 11:06 AM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,010
Posted By Vaughan
Open RPC channel limit trouble

I need to extract some data from custom items in a public folder and transfer
it to an Access database. The trouble is, after the first 249 items my code
can't open any more items. The trouble is...
Forum: Outlook - Using Forms March 14th 06, 01:32 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 902
Posted By Vaughan
"Percent" field changed to "Number" field

Still not sure how this happened, but I was able to modify the form in
another folder, deleting and recreating the affected controls. Seems to be
working OK now.

"Vaughan" wrote:

I made a...
Forum: Outlook - Using Forms March 14th 06, 01:30 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 683
Posted By Vaughan
Just one message/body field allowed ...

.... are there any workarounds that would allow a second text field to be
formattable like the main body field in a custom form?
Forum: Outlook - Using Forms March 13th 06, 12:12 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 902
Posted By Vaughan
"Percent" field changed to "Number" field

I made a couple of minor modifications to a custom form. Now several custom
"Percent" fields have somehow been changed to "Number" fields. The items
still hold the data (as decimals rather than...
Forum: Outlook - Using Forms March 11th 06, 11:08 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 573
Posted By Vaughan
Shortcut to file system folder?

OK, I got this working with CreateObject("InternetExplorer.Application").
This seems to switch to being a Windows Explorer browser for file system
addresses which is exactly what I want. However,...
Forum: Outlook - Using Forms March 9th 06, 01:27 PM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 659
Posted By Vaughan
Formattable text box controls

Question:
-----------

Is there a control that can be used to allow a form's user to enter
formatted text into more than one field?


Background:
--------------
Forum: Outlook - Using Forms March 9th 06, 12:22 PM Posted to microsoft.public.outlook.program_forms
Replies: 12
Views: 1,130
Posted By Vaughan
Custom Form Printing

I notice you have a typo in " Item.UserProperites("Lab Manager Name") " (
should be " Item.UserProperties("Lab Manager Name") ". It couldn't be as
simple as that could it?


"Francine Otterson"...
Forum: Outlook - Using Forms March 9th 06, 10:07 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 573
Posted By Vaughan
Shortcut to file system folder?

Question:
-----------

Is it possible to open a file system folder by clicking a button or link on
an Outlook form? If so, how?

Background:
--------------

Our business has a custom form...
Forum: Outlook - Using Forms February 24th 06, 12:47 PM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 1,111
Posted By Vaughan
Custom icon superseded by tracking icon

Oh well ... no big deal.

Thanks for your time anyway Sue.

"Sue Mosher [MVP-Outlook]" wrote:

My guess is that this is the one exception to the usual rule that custom forms don't get the special...
Forum: Outlook - Using Forms February 23rd 06, 08:51 AM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 1,111
Posted By Vaughan
Custom icon superseded by tracking icon

Hi Sue, thanks for taking the time to reply.

I thought the form might be one-offing at first too, but it has the right
MessageClass ("IPM.Note.Action") and the "Help/About this form" dialog works....
Forum: Outlook - Using Forms February 22nd 06, 11:57 AM Posted to microsoft.public.outlook.program_forms
Replies: 11
Views: 1,411
Posted By Vaughan
Forms Cache Nightmare

Thanks for the advice Sue. In fact, I followed the advice Hollis gave me and
switched off cache mode for the user, which resolved the problem. Then, as an
experiment, I tried switching cache mode...
Forum: Outlook - Using Forms February 22nd 06, 11:29 AM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 1,111
Posted By Vaughan
Custom icon superseded by tracking icon

I have a custom form based on IPM.Note with a custom icon. However, when I
send items based on the form the icon in my Sent Items folder is superseded
by the standard icon indicating that tracking...
Forum: Outlook - Using Forms February 17th 06, 08:45 AM Posted to microsoft.public.outlook.program_forms
Replies: 11
Views: 1,411
Posted By Vaughan
Forms Cache Nightmare

OK. Thanks for the advice. The system is a desktop workstation. It is
normally only used when connected to the server (unless the server/network is
down for any reason). I spoke to the user and she...
Forum: Outlook - Using Forms February 16th 06, 08:57 PM Posted to microsoft.public.outlook.program_forms
Replies: 11
Views: 1,411
Posted By Vaughan
Forms Cache Nightmare

Yes, that's how its supposed to work, I entirely agree. But my user's problem
is that Outlook is not functioning as expected. For existing items it only
looks in the local cache, andthrows up an...
Forum: Outlook - Using Forms February 16th 06, 04:54 PM Posted to microsoft.public.outlook.program_forms
Replies: 11
Views: 1,411
Posted By Vaughan
Forms Cache Nightmare

Thanks for replying Hollis.

I don't think that changing the form name would help in this case though?
The problem is that Outlook does not look beyond the local cache.

"Hollis D. Paul" wrote:

...
Forum: Outlook - Using Forms February 16th 06, 02:48 PM Posted to microsoft.public.outlook.program_forms
Replies: 11
Views: 1,411
Posted By Vaughan
Forms Cache Nightmare

Thanks for replying Sue.

I tried deleting frmcache.dat and the subfolders as you suggested, but its
still the same.

Any ideas what I should try next?

Thanks

Vaughan
Forum: Outlook - Using Forms February 16th 06, 02:04 PM Posted to microsoft.public.outlook.program_forms
Replies: 11
Views: 1,411
Posted By Vaughan
Forms Cache Nightmare

I have several users with forms cache problems and I thought I knew how to
deal with them, but this one has me stumped:

Basic problem:
New/modified custom forms in the Organisational Forms Library...
Forum: Outlook and VBA February 16th 06, 10:26 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,385
Posted By Vaughan
Saveas dialog

Is there any way of doing this in vbscript?

Thanks

Vaughan

"Eric Legault [MVP - Outlook]" wrote:

You'd have to use a class to instantiate a folder browser dialog. See:
Forum: Outlook and VBA February 14th 06, 09:00 AM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 844
Posted By Vaughan
Querying Custom Properties with ADO

Thanks Eric. This wasn't 100% what I was looking for, but in any case I have
opted for a different approach using CDO to read the data and ADO to transfer
it to Access. Its a little slow but it...
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT +1. The time now is 06:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.