-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi_equip.per
More file actions
33 lines (22 loc) · 818 Bytes
/
i_equip.per
File metadata and controls
33 lines (22 loc) · 818 Bytes
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
-- i_equip.per - Main screen source for executable i_equip (i_equip.4ge)
-- Copyright (C) 1995 David A. Snyder All Rights Reserved
DATABASE stores
SCREEN
{
--ROW-[x000 ]-OF-[x001 ]---------------------- Press CTRL-W for Help --------
Equipment ID [f000 ]
Equipment Name [f001 ]
Parent:
Equipment ID [f002 ] Equipment Name [f003 ]
}
TABLES equipment
ATTRIBUTES
f000 = equipment.eq_id,
COMMENTS="Enter the equipment id";
f001 = equipment.eqp_name,
COMMENTS="Enter the equipment name", UPSHIFT;
f002 = equipment.parent_eq_id,
COMMENTS="Enter the equipment id of this equipment's parent (CTRL-E for EQ_IDs)";
f003 = FORMONLY.parent_eqp_name;
x000 = FORMONLY.q_cur, NOENTRY, REVERSE;
x001 = FORMONLY.q_cnt, NOENTRY, REVERSE;