[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
window was defined with the FLOAT and GROW options of the DEFINE WINDOW
command, the Browse window can be moved and resized.
If the IN WINDOW <window name2> option is used, the Browse window is
opened independently within a parent window. It does not assume the
characteristics of the parent window it is placed in. A Browse window
activated inside a parent window can not be moved outside the parent
window, nor can it be sized larger than the parent window. If the
parent window is moved, the Browse window moves with it.
See WTITLE() in this help facility for a discussion of window names and
titles.
The parent window the Browse window is to be placed in must first be
defined with the DEFINE WINDOW command.
You can also specifically place a Browse window on the screen by
including an IN WINDOW SCREEN or IN SCREEN clause. These clauses let
you explicitly place Browse windows on the screen instead of inside a
window. Browse windows are placed on the screen by default.
COLOR SCHEME <expN5>
| COLOR <color pair list>
Overrides current color scheme by specifying a different pre-defined
color scheme, or by specifying a list of color pairs. By default the
Browse window assumes the COLORs specified in COLOR SCHEME 10 (Browse).
+---------------------------------+
| Examples |
+---------------------------------+
Calculated field called address where address1 and address2 are fields
from database.
ADDRESS = ALLTRIM(address1) + ' ' + ALLTRIM(address2)
***** Browse with Format File
USE CUSTOMER
SET FORMAT TO CUSTENTR.FMT
BROWSE FORMAT
*** Format file contents
@ 3,0 GET cust_id VALID VAL(cust_id) > 0 PICTURE '999999'
@ 3,0 GET company VALID company <> SPACE(40) PICTURE ;
'AAAAAAAAAAAAAAAAAAAA'
@ 3,0 GET contact WHEN contact = SPACE(40)
@ 3,0 GET taxrate RANGE 5.00, 6.00
@ 3,0 SAY ALLTRIM(city) + ', ' + ALLTRIM(state) PICTURE ;
'XXXXXXXXXXXXXXXXXXXX'
-----------------------------------
See Also: CHANGE, EDIT, SET FORMAT, SET SKIP, WTITLE()
-----------------------------------
See Also:
CHANGE
EDIT
SET FORMAT
SET SKIP
WTITLE()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson