Compiler wrong (03) !!! Out of memory

P

PACALA_BA

Compiler wrong (03) !!! Out of memory
ACCESS 2003 , WIN XP PRO SP3
SINGEL USER
SECURE MDW
Todays example....
FORM.OPEN
ERROR: 7,Out of memory
---------------------------------------
code....
Set cbrCTL = customBar.Controls.Add(msoControlComboBox)
cbrCTL.Caption = gcTL_TB_VIEW
cbrCTL.ToolTipText = gcTL_TB_VIEW
With cbrCTL
.AddItem gkxPAC_ESO & "." & gkxPAC_KUS, 1
.AddItem "Table", 2
.DropDownLines = 2 ' <-- ERROR: 7,Out of memory
.DropDownWidth = 100
.ListIndex = 1
.Width = 100
End With
---------------------------------------
Immediate window...O.K.
cbrCTL.DropDownLines = 2
---------------------------------------
** TASK-MANAGER MSACCESS.EXE ***
MEMORY USAGE : 61MB
PEAK : 67MB
VM SIZE: 43MB
PHYSICAL MEMORY(K): 1038404
AVAILABLE: ~513500
SYSTEM CACHE: ~602000
----------------------------------------------
Is this really Out of Memory....
How can i check it ....
What is the consequence of this error:
After error i CAN open 10 new datasheets...!
What i CAN NOT to do when Out of memory occurs ...?
---------------------------------------


----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...-b030-a0512794ffef&dg=microsoft.public.access
 
S

S.Clark

Try one some or all of these to exclude corruption as a possibility:
a. Repair and compact
b. Decompile
c. Create new .mdb and import all objects
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top