Project

General

Profile

alert-msg-1.p

Sergey Ivanovskiy, 06/22/2018 01:08 AM

Download (279 Bytes)

 
1
def var q1 as char label "ID".
2
def button s1 label "Find".
3

    
4
def frame f1 q1 s1 with side-labels.
5

    
6
enable all with frame f1.
7

    
8

    
9
on choose of s1 do:
10
  SESSION:DEBUG-ALERT = true.
11
  MESSAGE "Record not found!" VIEW-AS ALERT-BOX.
12
end.
13

    
14
wait-for close of this-procedure.