OK, but it still begs the ? of why it quit working. I would still do a
RELOAD.
----- Original Message -----
From: "jan johansen" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, March 11, 2010 4:15 PM
Subject: [RBASE-L] - Re: TABLE Property - answered myself
Group,
Have the answer. I just forced an update and it worked
--force sales table to revaluate
UPDATE RunningSales SET SaleEnd = SaleEnd
It worked fine.
Jan
-----Original Message-----
From: "jan johansen" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Thu, 11 Mar 2010 13:04:11 -0800
Subject: [RBASE-L] - TABLE Property
Group,
Using 7.6.
I have a table that has a computed column to evaluate a date
versus the current system date and update it's status.
This process worked for some time and at some point quit.
Is there a property command to force an entire table to re-evaluate
itself?
Jan