jjbwoollyback 0 Posted August 28, 2023 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
David Heffernan 2345 Posted August 28, 2023 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
jjbwoollyback 0 Posted August 28, 2023 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
David Heffernan 2345 Posted August 28, 2023 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