Screen OpenDflt: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:




  Screen OpenDflt "Srow=nn, Scol=nn, Title=APPLICATION NAME, Buttonrows=nn", N 70 ...other screen 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 file #0.
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.