I have a form that uses a region with tiers. The last field in each tier=
is a variable that calls and entry exit procedure. The code looks like =
the following:
*(This program computes the total for the sales ticket)
*(TIC_TOT.EEP)
*(HOUSEKEEPING)
SET ECHO Off
SET MESSAGES On
SET ERROR MESSAGES On
SET VAR v_sales_tax =3D $0.00
*(BEGIN PROCESSING)
SAVEROW
COMP v_subtotal1 AS SUM units_x_price from s_ticket_detail+
WHERE sales_ticket# =3D .v_ticket#
This worked in the DOS environment. However, in 6.5 when the SAVEROW exe=
cutes control is sent to the first command (Set Echo Off). A loop occurs=
and eventually a message stating rbase.exe encountered and error and the=
program will be ended.
Any thoughts?
Frank
[EMAIL PROTECTED]