PDA

Click to See Complete Forum and Search --> : Error message : Out of memory...


jcoleno
Jan 27th, 2000, 03:34 PM
Hi,

Can anyone tell me why and how can I resolve that problem of "Out of memory" when on my first database application I press one sscommand button to obtain the datas on one dbgrid. This occurs on my home computer running win 98 but not in the one I have in my office under win NT4...

Thanks in advance to all of you for the reply to this certain basic thing...
jcoleno.

richie
Jan 27th, 2000, 04:29 PM
Does this happen in the run time or design time mode of your App?

It happens me sometimes in design time. What I do to solve it is a pain, but it works.

- Create a new VB project. Delete the Form1 that is automatically created when you do this. Save the project to a folder.

- Open your other project. Save each form, with 'Save As', to the folder in which you have put your new project.

- Open your new VB project again. Choose 'Add form', adding the newer, saved forms to your project. Save the project.

That should do it.