Problems with MaskedBox control
Hi,
On some PCs, maybe 1 out of 10, the error message will prompt out when loading forms containing MaskedBox controls and then crash.
"Error 7: Out of memory"
I've recopy and re-register some of the DLL and OCX files but it didn't work. One of the solution is to use Datepicker control but haven't test out on user's end but I want to know what really caused the error.
Re: Problems with MaskedBox control
You might need an updated version of the dll?
Re: Problems with MaskedBox control
Are you installing or just copy pasting your proj...
Re: Problems with MaskedBox control
Are the environments of all the PCs TOTALLY identical?
Re: Problems with MaskedBox control
Quote:
Originally Posted by
VBFnewcomer
Are you installing or just copy pasting your proj...
That's the key question because while you can get lucky sometimes and not have to do it, you should always install your programs if you want to make sure they will run properly.
Re: Problems with MaskedBox control
Quote:
Originally Posted by
Hack
Are the environments of all the PCs TOTALLY identical?
No. Of course, I use deployment package and then installing the program. Which is why I feel it's odd.
Re: Problems with MaskedBox control
Another PC when we found out by un-installing Office 2003 and installing Office2k would solve the problem. Using Office 9.0 and Excel 9.0 object library.
On edit:The affected forms don't have any Excel reporting function.