Inpage error reading forms with ADO objects



I am trying to load a project that has been loading, developing and running just fine. I just tried to load it up and a problem that randomly pops up is back.

I get an error on readying my main form for some ADO table objects indicating:

"Error Reading Form

Error performing inpage operation. Ignore the error? "

of course ignoring the error load the form and the app, but it's missing all the ADO table objects. This does not appear to be a problem with the ADO objects themselves, but a problem with interpreting the form data.

The error dialogs can be seen at :

http://www.alliedinformation.com/delphierr/err1.jpg

and selecting cancel provides the equally usefull error message:

http://www.alliedinformation.com/delphierr/err2.jpg

Nothing has changed on my system except the opccationsl windows updates. This error comes up every now and then and I have to rewrite a lot of code to get around it. That's no longer an option. Nothing I can discern leads to the problem. What is the cause of this error and what's the work around?

MC
.



Relevant Pages

  • Re: Fill Dataset from csv file
    ... I know of no way with the built in capabilities of ADO .NET (will have to ... load it into a DataTable and load each row yourself. ... > I need to fill a dataset from a csv file. ... the file is uploaded in the server's memory. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Didnt ADO used to default to client-side cursors?
    ... > I just chased down an apparent SQLServer performance problem to the ... > fact that the VB6 app was keeping the recordset alive for thirty ... > My question is, didn't VB6 and ADO, back a few years ago, default to ... load faster than the grid can load. ...
    (microsoft.public.sqlserver.server)
  • Re: Didnt ADO used to default to client-side cursors?
    ... > I just chased down an apparent SQLServer performance problem to the ... > fact that the VB6 app was keeping the recordset alive for thirty ... > My question is, didn't VB6 and ADO, back a few years ago, default to ... load faster than the grid can load. ...
    (microsoft.public.vb.database.ado)
  • Re: Jet >SQL conversion
    ... > difficult to do with ADO, accessing data from sources other than Jet ... connect object, but ado is more suited to this. ... working with sql server, but really, linked dao tables work just fine. ... the form will start to load slow. ...
    (microsoft.public.access.modulesdaovba)
  • How to load Tables Column Names into a Grid
    ... I'm using D7, ADO, MSSQL2000 ... I want to create a generic report where the user select all the Columns from ... the table and load them into a Grid How do I do that. ... Prev by Date: ...
    (borland.public.delphi.database.ado)