I am working on a Delphi program in XE7 that uses three ClientDataSets, each with its own TDBGrid on separate TTabSheets of a TPageControl. When I use the scroll bars on the TDBGrids to change records I often get stopped with the message " Access violation at address ________ in module 'midas.dll'." One suggestion on the net was to put "midas" in the USES section of my code, but the same thing happened. Anyone know what's wrong?
↧