Frank,
01. It would be very easy to read your message if you post
a "plain text" message <g>.
02. Reading between those font characters, etc., looks like
you are NOT using R:BASE 2000 (ver 6.5) for DOS.
RBASE65.EXE is the executable file for R:BASE for DOS
6.5, NOT rbase.exe ..
03. You also have invalid "=3D" when defining variable
Suggestions:
01. Make sure that you are using the CORRECT version
. Check PATH, etc ..
02. Pre-define variables accordingly
Example:
SET VAR v_sales_tax CURRENCY = $0.00
SET VAR units_x_price CURRENCY = NULL
03. Use SELECT INTO command when calculating totals, etc.
Example:
SELECT (SUM(units_x_price)) INTO v_subtotal1 +
INDIC Iv_subtotal1 FROM s_ticket_detail +
WHERE sales_ticket# =3D .v_ticket#
Good Luck!
Very Best Regards,
Razzak.