PC Review


Reply
Thread Tools Rate Thread

Compiler wrong (03) !!! Out of memory

 
 
PACALA_BA
Guest
Posts: n/a
 
      6th Nov 2008
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/comm....public.access
 
Reply With Quote
 
 
 
 
S.Clark
Guest
Posts: n/a
 
      6th Nov 2008
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

"PACALA_BA" wrote:

> 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/comm....public.access

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: COMPILER WRONG !!! PACALA_BA Microsoft Access 32 2nd Nov 2008 07:58 AM
RE: COMPILER WRONG !!! PACALA_BA Microsoft Access 5 4th Oct 2008 04:50 AM
Re: COMPILER WRONG !!! JvC Microsoft Access 0 24th Sep 2008 04:44 AM
RE: COMPILER WRONG !!! PACALA_BA Microsoft Access 4 12th Sep 2008 06:55 PM
asp.net uses the wrong compiler AvniDani@gmail.com Microsoft ASP .NET 1 17th Apr 2008 03:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:01 PM.