according to the help if the window is defined with empty brackets in the .wdl file we can suppress the display of the start window with A7 Pro.....
If I do not put a MODE value inside the brackets like the following it will not compile--Error has occured: ERRNO #288.289
// WindowStartup.wdl
WINDOW WINSTART
{
}
this compiles but still shows the window
// WindowStartup.wdl
WINDOW WINSTART
{
MODE STANDARD
}
so what exactly is the trick to suppress the starter file with A7 Pro??