home *** CD-ROM | disk | FTP | other *** search
- SBP
- ╜ -----------------------------------------
- ╜ STKFT
- ╜ Maintain Transactions
- ╜ Last updated Sep 21, 89
- ╜ -----------------------------------------
-
- ms1$ "Is entry correct?"
- ms2$ "Continue with data entry?"
- ms3$ "Select another record?"
- Γ e: │ _ wm99
- Ö"TRANS"
- úTransaction ref
- ┤ £"stkt"
- wm11
-
- m1:
- £
-
- m11: ╜ Wait here for a push button to be clicked
- ╧ ▀
-
- m21: ╜ Enter new record
- ü £
- Trans_Type "b"
- ▀ │: ö: ▀ e
- ┬ms1$,"",1,a%
- ía% 0 p
- ü £
- ^
- ╠
- ┬ms2$,"",1,a%
- ía% 1 p wm21
- Æ í
- ╔ £ ÑTransaction ref.TRANS
- wm1
-
- m22: ╜ Edit existing record
- ▀ │: ö: ▀ e
- ┬ms1$,"",1,a%: ía% 0 p wm1
- ╠: ┬ms3$,"",1,a%
- ía% 1 p wm24 ^ wm1
-
- m23: ╜ Delete
- ┬"Deleting transaction","Are you sure?",1,a%
- ía% 0 p wm1
- ╔ ╛
- wm1
-
- m24: ╜ Browse
- ind$ "Transaction ref"
- ┬"Select index for browsing","",7,a%,ind$
- ía% 0 p wm11
- úind$: ╔ `
-
- m241:
- │ _ wm242
- ╧ Γ: Γ e
- │ _ wm99
- wm1
-
- m242: ╜ Panel errors
- ┬ (( &),"",2,a%
- ╔ Y: ym241
-
- m25: ╜ Exit
- å £: ╔ ╨
- ret% 1: ä"stkm"
-
- m99: ╜ Error conditions
- í & 57 p
- ┬"Record already exists with this key","",2,a%
- ym1
- ^
- ┬ (( &),"Press OK to make another selection",1,a%
- ía% 1 p ym1
- Æ í
- ym25
-
-
-