DataHilite: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
See also [[Datahilite (Screen)]].
DATAHILITE {ON|OFF}


Both [[BRConfig.sys]] specifications '''DataHilite''' and INSERT default to ON. If DATAHILITE is off then INSERT defaults to OFF. However, a new config statement allows for separate control of the INSERT mode default:
The default under Windows is to reverse each field as it is entered, and to position the cursor at the end of the data. This type of processing can be turned off by specifying DATAHILITE OFF in the BRconfig.SYS file.


  INSERT ON OFF  LENGTH_MIN 99
  CONFIG DATAHILITE ON  
The above indicates that the user's Windows specifications for selected text should apply to highlighted text.


As of version [[4.17]]+, LENGTH_MIN denotes that Insert should be on if the field capacity equals or exceeds the numeric value. INSERT mode continues to toggle with the Insert key.
CONFIG DATAHILITE OFF


'''DATAHILITE''' allows strong attribute keywords and removed hexidecimal spec support.
OFF can be used to turn this feature off.
 
The default datahilite value is now the inversion of N value.
 
Datahilite can also be used with the [[Config]] command or within a program line using the [[Execute]] statement.  


<noinclude>
<noinclude>
[[Category:config]]
[[Category:Definitions]]
[[Category:Needs Help]]
</noinclude>
</noinclude>

Latest revision as of 03:57, 6 December 2021

DATAHILITE {ON|OFF}

The default under Windows is to reverse each field as it is entered, and to position the cursor at the end of the data. This type of processing can be turned off by specifying DATAHILITE OFF in the BRconfig.SYS file.

CONFIG DATAHILITE ON 

The above indicates that the user's Windows specifications for selected text should apply to highlighted text.

CONFIG DATAHILITE OFF 

OFF can be used to turn this feature off.