repo.or.cz
/
capital-apms-progress.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added capital works blank section. Synced calling screen.
[capital-apms-progress.git]
/
trigger
/
crtlscde.p
blob
a752f03f7ad16897711e87d5e9994843f5adc2a0
1
TRIGGER
PROCEDURE
FOR CREATE OF
TenancyLease.
2
3
DO
:
4
DEF
BUFFER
tmp_Lease
FOR
TenancyLease.
5
6
FIND LAST
tmp_Lease
NO-LOCK NO-ERROR
.
7
8
ASSIGN
TenancyLease.TenancyLeaseCode
=
9
IF AVAILABLE
tmp_Lease
THEN
tmp_Lease.TenancyLeaseCode
+
1
ELSE
1
.
10
11
END
.