home *** CD-ROM | disk | FTP | other *** search
- SBP
- ╜ -----------------------------------------
- ╜ STKFC
- ╜ Maintain Clients
- ╜ Last updated Sep 20, 89
- ╜ -----------------------------------------
-
- ms1$ "Is entry correct?"
- ms2$ "Continue with data entry?"
- ms3$ "Select another record?"
- Γ e: │ _ wm99
- Ö"CLIENTS"
- úCustomer_Ref
-
- m0: ╜ Decide which type of form
- a$ "c":sho% 0
- ┬"Enter choice of form","(c)olor screen-oriented or (m)onochrome report-oriented",4,a%,a$,1
- ía% 0 p wm25
- a$ =(a$)
- ía$ "c" p
- ┤ £"stkc"
- ^ ía$ "m" p
- ┤ £"stkc2"
- ^
- wm0
- Æ í
- wm11
-
- m1:
- ísho% 1 p ╚
- ía$ "c" p £1 ^ £ ╚
-
- m11: ╜ Wait here for a push button to be clicked
- ╧ ▀
- wm11
-
- m21: ╜ Enter new record
- ü £
- Class.CLIENTS "P"
- ▀ │: ö: ▀ e
- ┬ms1$,"",1,a%
- ía% 0 p
- ü £
- ^
- ╠
- ┬ms2$,"",1,a%
- ía% 1 p wm21
- Æ í
- ╔ ÑCustomer_Ref.CLIENTS
- wm1
-
- m22: ╜ Edit existing record
- ▀ │: ö: ▀ e
- ┬ms1$,"",1,a%: ía% 0 p wm1
- ╠: ┬ms3$,"",1,a%
- ía% 1 p wm24 ^ wm1
-
- m23: ╜ Delete
- ╜: Should really check here for related transactions
- ┬"Deleting client record","Are you sure?",1,a%
- ía% 0 p wm1
- ╔ ╛
- wm1
-
- m24: ╜ Browse
- vm291: ╜ Select index for browsing
- ía% 0 p wm11
-
- m241:
- │ _ wm242
- ╧ Γ: Γ e: ía$ "c" psho% 1
- │ _ wm99
- wm1
-
- m242: ╜ Panel errors
- ┬ (( &),"",2,a%
- ╔ Y: ym241
-
- m25: ╜ Exit
- å £: ╔ ╨
- ret% 1: ä"stkm"
-
- m29: ╜ Print
- b$ "c"
- ┬"Print (c)urrent record, (s)elected or (a)ll records","",4,a%,b$,1
- ía% 0 p wm1
- b$ =(b$)
- íb$ "c" p ╣ Y: wm1
- vm291
- íb$ "s" p ╔ £ ╨ ~
- ╔ £ `
- ╪ O B("clients")
- ╣ Y
- ╔ £ ▒
- ┘
- Å;: ╔ ╨: wm1
-
- m291: ╜ Select index
- ind$ "Customer_Ref"
- ┬"Select index","",7,a%,ind$
- ía% 0 p ├
- úind$: ╔ `: ├
-
- 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
-
-
-