Lack of memory?

edster

Registered User.
Local time
Today, 15:28
Joined
Sep 25, 2004
Messages
31
Hi all

I'm currently developing a new complex report which uses about 35 DCount functions and a couple of sub reports, this all works fine on the computer i've developed it on (768MB ram) however on friday i demoed it to the directors on one of the companies user computers and only 6 of the Dcount functions worked the rest all said NAME?!.
They wern't the first six either but they were always the same ones. Then i tried to print it and it wouldn't because there 'Wasn't enough memory to perform the operation.'
Then when i deleted the majority of the functions the remaining ones stated to work!
The user machines have 256MB of ram which i would have thought should be enough - is it simply to complex for it or are there any other possible reasons?

Many thanks
Ed
 
DCounts are very slow and 35 is a lot for one report but I suspect that there is a reference problem on the offenders PC. Open any module in your db on their comuter and check for missing references and fix [refind] those that have "MISSING" beside them.
 

Users who are viewing this thread

Back
Top Bottom