Jump to content
jjbwoollyback

Impossible to find error

Recommended Posts

I have a simple PC app for manage my spending with an sqlite database.  Compiling the application gives an exception error on my exe. "Class TDBLookupComboBox not found"  I am not using this class so what do I do.

Share this post


Link to post

Definitely not impossible to find the error. Search for TDBLookupComboBox in all the .dfm and .pas files that are compiled.

 

 

Share this post


Link to post

I searched for the TDBLookupComboBox and it is not to be found in any of my source files!  I did find the TDBLookupComboBox in a dfm file even though the component didn't show in the design view.

 

Thanks for your suggestions

Share this post


Link to post
1 hour ago, jjbwoollyback said:

I searched for the TDBLookupComboBox and it is not to be found in any of my source files!

A dfm file is a source file

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×