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 » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

task getting stuck



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 7th 09, 01:18 AM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 117
Default task getting stuck

Outlook 2003 SP3

Hi,

I have a custom task form that has close to 400 fields. Every now and then,
a task will get stuck if too many fields have data entered in it. When I
open the form, I get a "Outlook cannot open the form.....etc....", and
basically it just won't open.

My work around is that I link the Outlook public folder to MS Access and
delete data in one of the task fields through a query. Once that is done, I
can open the task again!

Any idea why the task locks up and how I can prevent this problem?

Thanks for your help,
Joel


Ads
  #2  
Old July 7th 09, 06:55 AM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default task getting stuck

Outlook items cannot hold an infinite amount of data. The limit is 32kb, not
counting attachments and the item body. An item with 400 fields is very
likely to be way over that limit. The only permanent solution is to redesign
the form with fewer fields so that it holds less data.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message
...
Outlook 2003 SP3

Hi,

I have a custom task form that has close to 400 fields. Every now and
then, a task will get stuck if too many fields have data entered in it.
When I open the form, I get a "Outlook cannot open the form.....etc....",
and basically it just won't open.

My work around is that I link the Outlook public folder to MS Access and
delete data in one of the task fields through a query. Once that is done,
I can open the task again!

Any idea why the task locks up and how I can prevent this problem?

Thanks for your help,
Joel



  #3  
Old July 7th 09, 04:46 PM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 117
Default task getting stuck

Thanks Sue. I have thousands of tasks, and the largest one is 14kb. Most
are around 2-3kb. Even with all fields entered, it doesn't come close to
32kb. What do you make of that? I have a lot of date fields, I wonder if
that is what trips it up.

"Sue Mosher [MVP]" wrote in message
...
Outlook items cannot hold an infinite amount of data. The limit is 32kb,
not counting attachments and the item body. An item with 400 fields is
very likely to be way over that limit. The only permanent solution is to
redesign the form with fewer fields so that it holds less data.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message
...
Outlook 2003 SP3

Hi,

I have a custom task form that has close to 400 fields. Every now and
then, a task will get stuck if too many fields have data entered in it.
When I open the form, I get a "Outlook cannot open the form.....etc....",
and basically it just won't open.

My work around is that I link the Outlook public folder to MS Access and
delete data in one of the task fields through a query. Once that is
done, I can open the task again!

Any idea why the task locks up and how I can prevent this problem?

Thanks for your help,
Joel





  #4  
Old July 7th 09, 05:10 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default task getting stuck

The limit also applies to the form design, which is stored as a hidden item.
I get nervous as the number of fields approaches 200. I can't imagine a form
with 400 fields being stable.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message
...
Thanks Sue. I have thousands of tasks, and the largest one is 14kb. Most
are around 2-3kb. Even with all fields entered, it doesn't come close to
32kb. What do you make of that? I have a lot of date fields, I wonder if
that is what trips it up.

"Sue Mosher [MVP]" wrote in message
...
Outlook items cannot hold an infinite amount of data. The limit is 32kb,
not counting attachments and the item body. An item with 400 fields is
very likely to be way over that limit. The only permanent solution is to
redesign the form with fewer fields so that it holds less data.

"Joel Allen" wrote in message
...
Outlook 2003 SP3

Hi,

I have a custom task form that has close to 400 fields. Every now and
then, a task will get stuck if too many fields have data entered in it.
When I open the form, I get a "Outlook cannot open the
form.....etc....", and basically it just won't open.

My work around is that I link the Outlook public folder to MS Access and
delete data in one of the task fields through a query. Once that is
done, I can open the task again!

Any idea why the task locks up and how I can prevent this problem?

Thanks for your help,
Joel







  #5  
Old July 7th 09, 06:27 PM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 117
Default task getting stuck

Wow, my form alone is 1210.306 KB. What's the biggest user of size so that
I can start trimming it down? graphics, fields?

"Sue Mosher [MVP]" wrote in message
...
The limit also applies to the form design, which is stored as a hidden
item. I get nervous as the number of fields approaches 200. I can't
imagine a form with 400 fields being stable.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message
...
Thanks Sue. I have thousands of tasks, and the largest one is 14kb.
Most are around 2-3kb. Even with all fields entered, it doesn't come
close to 32kb. What do you make of that? I have a lot of date fields, I
wonder if that is what trips it up.

"Sue Mosher [MVP]" wrote in message
...
Outlook items cannot hold an infinite amount of data. The limit is 32kb,
not counting attachments and the item body. An item with 400 fields is
very likely to be way over that limit. The only permanent solution is to
redesign the form with fewer fields so that it holds less data.

"Joel Allen" wrote in message
...
Outlook 2003 SP3

Hi,

I have a custom task form that has close to 400 fields. Every now and
then, a task will get stuck if too many fields have data entered in it.
When I open the form, I get a "Outlook cannot open the
form.....etc....", and basically it just won't open.

My work around is that I link the Outlook public folder to MS Access
and delete data in one of the task fields through a query. Once that
is done, I can open the task again!

Any idea why the task locks up and how I can prevent this problem?

Thanks for your help,
Joel









  #6  
Old July 7th 09, 07:54 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default task getting stuck

I don't know of any work that's been done to quantify the different
contributions that graphics, field definitions, control properties, code,
etc. make to a custom form. A copy of Outlook Spy or MFCMapi.exe would give
you a better picture of the hidden form message and what it actually
contains.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message
...
Wow, my form alone is 1210.306 KB. What's the biggest user of size so
that I can start trimming it down? graphics, fields?

"Sue Mosher [MVP]" wrote in message
...
The limit also applies to the form design, which is stored as a hidden
item. I get nervous as the number of fields approaches 200. I can't
imagine a form with 400 fields being stable.

"Joel Allen" wrote in message
...
Thanks Sue. I have thousands of tasks, and the largest one is 14kb.
Most are around 2-3kb. Even with all fields entered, it doesn't come
close to 32kb. What do you make of that? I have a lot of date fields,
I wonder if that is what trips it up.

"Sue Mosher [MVP]" wrote in message
...
Outlook items cannot hold an infinite amount of data. The limit is
32kb, not counting attachments and the item body. An item with 400
fields is very likely to be way over that limit. The only permanent
solution is to redesign the form with fewer fields so that it holds
less data.

"Joel Allen" wrote in message
...
Outlook 2003 SP3

Hi,

I have a custom task form that has close to 400 fields. Every now and
then, a task will get stuck if too many fields have data entered in
it. When I open the form, I get a "Outlook cannot open the
form.....etc....", and basically it just won't open.

My work around is that I link the Outlook public folder to MS Access
and delete data in one of the task fields through a query. Once that
is done, I can open the task again!

Any idea why the task locks up and how I can prevent this problem?

Thanks for your help,
Joel











 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Email to Task, move task to 'Other Tasks' folder to sync w/Sharepoint mitcham Outlook and VBA 3 August 26th 08 06:55 AM
Help Desk and Assigned Help Task Sample not creating task on cliK doc4a Outlook - Using Forms 0 July 16th 08 10:47 PM
adding field to DEFAULT New Task or saving customized Task as Temp glennn.php[_2_] Outlook - Using Forms 3 July 7th 08 11:39 PM
How do I move a Daily Task to the Master Task List? Carol Outlook - General Queries 0 November 17th 06 06:57 PM
Task pain stuck behind calendar Rachel L Outlook - Calandaring 1 June 23rd 06 12:17 AM


All times are GMT +1. The time now is 05:04 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.