-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMENU2.MPR
41 lines (35 loc) · 1.99 KB
/
MENU2.MPR
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
* *********************************************************
* *
* * 2005.12.10 MENU2.MPR 12:52:40
* *
* *********************************************************
* *
* * Author's Name
* *
* * Copyright (C) 2005 Company Name
* * Address
* * City, Zip
* *
* * Description:
* * This PROGRAM was automatically generated BY GENMENU.
* *
* *********************************************************
* *********************************************************
* *
* * Setup Code
* *
* *********************************************************
*
LPARAMETERS oref
* *********************************************************
* *
* * Menu Definition
* *
* *********************************************************
*
DEFINE POPUP shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
DEFINE BAR 1 OF shortcut PROMPT "Delete"
DEFINE BAR 2 OF shortcut PROMPT "Delete All"
ON SELECTION BAR 1 OF shortcut oref.removeitem(oref.listindex)
ON SELECTION BAR 2 OF shortcut oref.clear
ACTIVATE POPUP shortcut