Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Excel bug?: Graphics won't show after opening 100 Recordsets

We produce a number of Excel Add-ins that get loaded just after Excel
opens.
We have a recurring bug, which is that after loading our Add-ins, Excel
will not show the graphics in any file. They are still there but the
line style has been set to invisible (I think).
We have a work-around, which is to show a graphic (any graphic) before
loading our Add-Ins.

However, I have now managed to isolate the problem and reproduce it in
a workbook:
1) Open a workbook and run a macro that opens databases and Recordsets
(about 100 Recordsets)
2) Now open a file containing a graphic - they do not show
3) Close the recordsets and look at the graphic again - now they are
OK.

Is this a known problem? It didn't happen with Excel 2000 or earlier
but happens with Excel 2003.

I have sample code and a database to reproduce the problem if anyone is
interested.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default Excel bug?: Graphics won't show after opening 100 Recordsets

Have not experienced this but curious how big your recordsets are and how
much memory you are using. Perhaps you are short on memory and this is
affecting the display of the graphics (Excel may suppress them when memory is
low since they also take memory).
--
- K Dales


" wrote:

We produce a number of Excel Add-ins that get loaded just after Excel
opens.
We have a recurring bug, which is that after loading our Add-ins, Excel
will not show the graphics in any file. They are still there but the
line style has been set to invisible (I think).
We have a work-around, which is to show a graphic (any graphic) before
loading our Add-Ins.

However, I have now managed to isolate the problem and reproduce it in
a workbook:
1) Open a workbook and run a macro that opens databases and Recordsets
(about 100 Recordsets)
2) Now open a file containing a graphic - they do not show
3) Close the recordsets and look at the graphic again - now they are
OK.

Is this a known problem? It didn't happen with Excel 2000 or earlier
but happens with Excel 2003.

I have sample code and a database to reproduce the problem if anyone is
interested.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
i want excel to show the first tab upon opening, not the second robsc Excel Discussion (Misc queries) 3 January 30th 10 10:23 PM
graphics properties changes when opening Excel Zebcougar Excel Discussion (Misc queries) 1 October 19th 09 06:59 AM
HOW I CAN SHOW A DATA AS REFERENCE INTO A GRAPHICS? yayi Charts and Charting in Excel 0 August 31st 09 11:24 PM
Problem displaying recordsets in Excel Format David Alexander Excel Discussion (Misc queries) 2 February 27th 06 04:52 PM
How can I use 2 diff. recordsets without opening another db connec vrk1 Excel Programming 1 June 16th 05 11:25 AM


All times are GMT +1. The time now is 09:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"