home *** CD-ROM | disk | FTP | other *** search
- create apt proc adisc_1() as
- begin
- useform sdsc_3
- variable status int
-
- totpercent = totpercent + (adddisc - adddisc:savedvalue)
- save field adddisc
-
- /* Re-compute and re-display the total cost. The variable
- ** 'status' is not used here, but is required by clcst.
- */
- call clcst_1(quantity, totpercent, price, totalcost, status)
-
- return
- end
-