Board index » delphi » Access violation error on master detail form.

Access violation error on master detail form.

Hi

I have an Invoice form that works on my development PC but not on the
client PC. I get an Access Violation error when I activate lines table
linked to header master table.

App. - Delphi 3 using Paradox 7 tables.
Client PC -  pentium II 350MHz.

Any Suggestions?

Thank you
Thayne

 

Re:Access violation error on master detail form.


The most common cause of access violations is trying to reference an object
that does not exist yet. If the TTable is on a data module make sure the
data module is created before the form. Also make sure the detail TTable is
created before the master.

Bill

--

Bill Todd - TeamB
(TeamB cannot respond to email questions. To contact me
 for any other reason remove nospam from my address.)

Other Threads