DataHilite: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
Both [[BRConfig.sys]] specifications '''DataHilite''' and INSERT are 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:
DATAHILITE {ON|OFF}


INSERT ON  OFF LENGTH_MIN 99
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.


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 ON
The above indicates that the user's Windows specifications for selected text should apply to highlighted text.


'''DATAHILITE''' allows strong attribute keywords and removed hexidecimal spec support.
CONFIG DATAHILITE OFF


The default datahilite value is now the inversion of N value.
OFF can be used to turn this feature off.


<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.