|
Iceclaw Apprentice
Joined: 11 Sep 2005 Posts: 124
|
Posted: Thu Jan 19, 2006 5:52 pm
#DbLOAD |
Is there anyway to have the layout remember that you have multiple Databases open? I can get it to load more then one at a time, but I can't seem to get that setting to stick.
|
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Tue Feb 07, 2006 8:20 pm |
Not to my knowledge, I have never been able to.
I've never tried to modify .lay files and TMUDForm's either. |
|
|
|
Iceclaw Apprentice
Joined: 11 Sep 2005 Posts: 124
|
Posted: Wed Feb 08, 2006 2:33 pm |
nor have I, I would love for this to be a feature in CMUD though, eventually (hint, hint)
|
|
|
|
JQuilici Adept
Joined: 21 Sep 2005 Posts: 250 Location: Austin, TX
|
Posted: Thu Feb 09, 2006 12:17 am |
Iceclaw wrote: |
nor have I, I would love for this to be a feature in CMUD though, eventually (hint, hint) |
Even better would be if the DB functions worked properly even when the DB GUI is not open. After all, I don't have to have the settings editor open for my triggers to work... |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Feb 10, 2006 10:50 am |
The is a little trick you could use to get the databases to always be reopened. I call it an atload trigger.
#TRIGGER "atload" {*.5} {#NOOP Put your loadup commands in here} {System} {alarm}
#COND {} {#NOOP lock out state, use #STATE to simulate a new load} {manual} |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|