How can I show the current MDB name on the title bar?
How can I show the current MDB name on the title bar?
You can save the MDB name in a variable
VAR !MDB mdb
And recall the variable on the title :
TITLE |xxxxxx - $!MDB|
You can save the MDB name in a variable
VAR !MDB mdb
And recall the variable on the title :
TITLE |xxxxxx - $!MDB|
Thanks BLANDIN LOIC
But I mean the windows title bar