<<
SELECT AllowIn, OkayToBeInBGU,
KeepStaffOutBGURecNo +
INTO fAllowIn
INDICATOR fiAllowIn, +
fOkayToBeInBGU
INDICATOR fiOkayToBeInBGU, +
fKeepStaffOutBGURecNo INDICATOR fiKeepStaffOutBGURecNo
+
FROM KeepStaffOutBGU
+
WHERE ForceOut = .fForceOut
>>
Charles:
The variable name "fKeepStaffOutBGURecNo" exceeds the R:Base limitation of
eighteen characters, and is probably causing the SELECT statement to fail.
Presumabely your're seeing the value in the other variables that you
initialized elsewhere.
--
Larry