Screen OpenDflt: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
  SCREEN OpenDflt "Srow=nn, Scol=nn, Title= {Application Name}, Buttonrows=nn", N 70 ...other screen statement attributes
  SCREEN OpenDflt "Srow=nn, Scol=nn, Title= {Application Name}, Buttonrows=nn", N 70 ...other screen statement attributes


Specifies the window parameters for opening the main screen when information is displayed prior to explicitly OPENing window #0. <br>This is the normal way of specifying attributes of the main BR window.
Specifies the window parameters for opening the main screen when information is displayed prior to explicitly OPENing window #0. <br>This is the normal way of specifying attributes of the main BR window. See [[Open Window]] for a full description of window attributes that may also be specified here.  


<noinclude>
<noinclude>
[[Category:Config]]
[[Category:Config]]
</noinclude>
</noinclude>

Latest revision as of 13:06, 7 November 2014

The Screen OpenDflt config specification


SCREEN OpenDflt "Srow=nn, Scol=nn, Title= {Application Name}, Buttonrows=nn", N 70 ...other screen statement attributes

Specifies the window parameters for opening the main screen when information is displayed prior to explicitly OPENing window #0.
This is the normal way of specifying attributes of the main BR window. See Open Window for a full description of window attributes that may also be specified here.