01C15A04.9C39FEA0"
Message-ID: <[EMAIL PROTECTED]>
X-OriginalArrivalTime: 21 Oct 2001 12:47:43.0045 (UTC) FILETIME=
[935D5F50:01C15A2E]
Sender: [EMAIL PROTECTED]
Precedence: bulk
Reply-To: rbase-l


------=_NextPart_001_0000_01C15A04.9C39FEA0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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]

------=_NextPart_001_0000_01C15A04.9C39FEA0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have a form = that uses a region with tiers.  The last field in each tier is a var= 
iable 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 O= ff
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 sa= les_ticket#  =3D .v_ticket#
 
This worked= in the DOS environment.  However, in 6.5 when the SAVEROW 
executes = 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]




------=_NextPart_001_0000_01C15A04.9C39FEA0--






Reply via email to