I'm trying to create a thread that performs some actions based upon events that are sent from a database. I have the events registered on the database. I added the TIBEvents component on my datamodule and i have tried setting the autoregister and the registered properties to both true and false but i get errors either way. If they are set to true then i get an EIBDatabase error "Database name is missing" when i set them to false and i explicitly call the register funciton then i get an EReadError "Invalid Property value" Any suggestions?
Jeff
Comments
:
: Jeff
:
Have you set a value to the Database property? And does that Database have a valid DataBaseName property value?