Project

General

Profile

upbrowse.p

Igor Skornyakov, 10/27/2015 04:58 AM

Download (246 Bytes)

 
1
def query q for test scrolling.
2

    
3
def browse b query q no-lock 
4
display test.num 
5
enable all
6
with 15 down separators.
7

    
8
def frame f4 b
9
with no-help. 
10

    
11
open query q for each test.
12
enable all with frame f4.
13

    
14
WAIT-FOR WINDOW-CLOSE OF CURRENT-WINDOW.
15