-
Errors during load
hi...
i have this application which was working fine, but now when i'm trying to open it i get this error message:
Errors during load. Refer to "\\dc\databases$\filling.log" for details.
when i open my filling form i have a DBGrid which is gone and instead of the DBGrid i see a picture box
when i go to properties i see DBGrid1 PictureBox
i don't know where my DBGrid has gone...
can some one please suggests what can i do?
thankyou
-
Re: Errors during load
that happens sometimes.
if you have a backup of your project, you can try that.
if not, you'll have to re-add a DBGrid to your project an then replace the picbox with the grid. As long as you give it the same name it should work again.
-
Re: Errors during load
Are you loading the Project file (.vbp), or just the Form file (.frm)?
The Project file not only keeps track of which forms/modules/etc you have, but also any Components and References that are used (such as the DBGrid).
-
Re: Errors during load
i re-added th DBGrid but now when i run my application i get
cannot initialize data bindings...
when i debug i get the highlighted error in:
so what do i have to do now?
-
Re: Errors during load
have you set the bound database in the properties of the dbgrid
-
Re: Errors during load
-
Re: Errors during load
can i have someones help please?