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|
Thanks BLANDIN LOIC
But I mean the windows title bar
If I may wask, why?
What problem will it solve?
Or switch to E3D where it is shown..
Why, because the project has many MDBs and sometimes the user forget he is using which MDB.
for E3D, we are using the project parallel between PDMS and E3D.
So, is there a way to show the current MDB name in the window title bar for PDMS?
MDB is by default shown in Title bar in E3D.
Yes, I know, but I am talking about PDMS.
Please show me how can I do this.