Subject Errors with simple project
Author richscheuermann
I have a simple project with one data module and one form. The data
module has an IBConnection, Query, and DataSource.

The form has a TIB_ Grid. I am connecting to the Employee data base
that came with Delphi 7.

The fields from the file show up in the grid at design time.

When I try to run it I get the following errors.

(Error) File not found: "IBD_Login.DFM"
(Error) File not found: "IBD_CancelQuery.DFM"
(Error) File not found: "IBD_Error.DFM"
(Error) File not found: "DatePicke.RES"
(Error) File not found: "IBD_IBMemoEdit.DFM"
(Error) File not found: "IB_Grid.RES"

What am I doing wrong?