Never mind. I uncompressed the report and now it works fine.
Strange it would act like that when it has a report problem.
I have switched all my reports back to uncompressed and all is fine now.
Dan
From: Dan Goldberg
Sent: Monday, June 11, 2012 7:33 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Strange issue with 9.1 newest update
I have had some code that has worked up until the last update.
Small sample:
set var vtoday date, vdate2 date
set whileopt off
--some code to get/set initial values for vtoday and vdate2
WHILE vtoday <= .vdate2 THEN
--some code is here
--increment counters
SET VAR vtoday = (.vtoday + 1), vnum = (.vnum + 1)
ENDWHILE
The variable vtoday keeps going past vdate2. If I turn whileopt on it works.
Has anybody ran into this with the latest 9.1(64) update?
Dan Goldberg