Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Browcase PWBROWSE Switch
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Browcase (Numeric)
 
     The Browcase switch determines the initial case sensitivity of the
     browser when a database is opened. The browser consults this
     switch only when it opens a database.
 
     A bullet appears next to the Match Case command on the Browse
     menu when the browser matches case. Choose Match Case to turn
     case-sensitive browsing on and off. Changing the current state
     does not affect the value of the Browcase switch.
     See: Browse menu, Match Case
 
     Syntax
 
     Browcase:{0│1│2}
 
     0    Use the case sensitivity BSCMAKE stored in the database.
          The default case sensitivity matches the case sensitivity of
          the source language.
 
     1    Match case for browse queries.
 
     2    Ignore case for browse queries.
 
     Default: Browcase:0
 
     NOTE: This switch must appear in the [PWB-PWBROWSE] tagged section
           of TOOLS.INI.
                                    -♦-