User Tools

Site Tools


jvs:fscan:manual:chapter2:browse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
jvs:fscan:manual:chapter2:browse [2011/03/31 14:49]
127.0.0.1 external edit
jvs:fscan:manual:chapter2:browse [2023/02/23 18:43] (current)
Line 1: Line 1:
 **fScan Reference Manual, Chapter 2 (CmdLineOptions): browse** **fScan Reference Manual, Chapter 2 (CmdLineOptions): browse**
 ===== Browse -- Select items from a list===== ===== Browse -- Select items from a list=====
-**usage: -browse tablename flag outvarb showcol returncol title msg nx ny**+**usage: -browse tablename [flag outvarb showcol returncol title msg nx ny color maxwid]**
  
 The BROWSE command creates an interactive window and displays the contents of the TABLENAME data list. The BROWSE command creates an interactive window and displays the contents of the TABLENAME data list.
Line 10: Line 10:
   * 1 - return single value (OUTVARB is user varb name\\   * 1 - return single value (OUTVARB is user varb name\\
   * 2 - return new table (OUTVARB is table name)\\   * 2 - return new table (OUTVARB is table name)\\
-  * 4 - allow multiple entries to be selected\\ +  * 4 - return row number(s) in OUTVARB (assumes FLAG 1)\\ 
-  * - inverse: keep only entries NOT selected\\+  * 8 - allow multiple entries to be selected\\ 
 +  * 16 - inverse: keep only entries NOT selected\\ 
 +  * 32 - return comma-separated string 
 +  * 64 - limit col to MAXWID (assumed if MAXWID>0)
  
-If SHOWCOL is greater than 0 it indicates which column of TABLENAME to display in the browse list.\\ +SHOWCOL: if greater than 0 it indicates which column of TABLENAME to display in the browse list\\ 
-If RETURNCOL is greater than 0 it indicates which column of TABLENAME to store in OUTVARB.+RETURNCOL: if greater than 0 it indicates which column of TABLENAME to store in OUTVARB\\ 
 +TITLE: title for browsing window\\ 
 +MSG: text to display within browsing window\\ 
 +NX,NY: dimensions of browsing window (default: 400x500)\\ 
 +COLOR: color of window (default: 0808080h gray)\\ 
 +MAXWID: maximum column width (default: 30 if FLAG&32, otherwise no limit)\\
  
 **See Also:**\\ **See Also:**\\
jvs/fscan/manual/chapter2/browse.1301582953.txt.gz · Last modified: 2014/08/04 16:03 (external edit)