Project

General

Profile

f.p

Igor Skornyakov, 07/21/2015 10:12 AM

Download (219 Bytes)

 
1
def var hf as handle.
2

    
3
def var i as int.
4

    
5
form i with frame f1.
6
display i with frame f1.
7

    
8
create fill-in hf.
9
hf:row = 1.
10
hf:column = 1.
11
hf:width-chars = 2.
12
hf:visible = true.
13
hf:frame = frame f1:handle.
14

    
15
view frame f1.