Hi there,
I have two Access database. One containing the userinterface (UI) and one containing queries (called a functionality database). The reason I set things up like this is because it's nicely modular; I have several functionality databases each doing a seperate task and one UI database. I run queries from the UI database using a selfwritten function called ExecuteMacro(macroname, dbname) which creates another Access instance pointing to the Access database containing the queries. E.g ExecuteMacro("mymacro","c:\managementdb.mdb"
. The macro simply executes all queries in that database. Works perfectly.
The problem: I want to see on screen what the application is doing. So I'm in the UI database executing queries in a functionality database. But how can I let the UI database know what the functionality database is doing (e.g executing query 15 from 20)? Any ideas?
Bye,
Jeroen
A 3d level editor in Delphi
I have two Access database. One containing the userinterface (UI) and one containing queries (called a functionality database). The reason I set things up like this is because it's nicely modular; I have several functionality databases each doing a seperate task and one UI database. I run queries from the UI database using a selfwritten function called ExecuteMacro(macroname, dbname) which creates another Access instance pointing to the Access database containing the queries. E.g ExecuteMacro("mymacro","c:\managementdb.mdb"
The problem: I want to see on screen what the application is doing. So I'm in the UI database executing queries in a functionality database. But how can I let the UI database know what the functionality database is doing (e.g executing query 15 from 20)? Any ideas?
Bye,
Jeroen
A 3d level editor in Delphi