Yep,  that is exactly the situation where you need rules to protect yourself!!!


________________________________
From: [email protected] [mailto:[email protected]] On Behalf Of jan johansen
Sent: Thursday, March 05, 2009 4:53 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Locking a row

Dennis,

Thank you. I haven't created a rule in probably 5 years.
Most of my stuff is handled in forms but this client
mucks around at the R>.

Jan


-----Original Message-----
From: Dennis McGrath <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Thu, 5 Mar 2009 14:55:16 -0600
Subject: [RBASE-L] - RE: Locking a row
Add a column to the table i.e. MyTableFlag INT default 0

Create a rule that only allows the row to be updated if this column = 0

When your routine has completed for a row, it changed the column to 1

Dennis McGrath


________________________________
From: [email protected] [mailto: [email protected]] On Behalf Of jan johansen
Sent: Thursday, March 05, 2009 2:47 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Locking a row

Group,

I need to think up a method to not allow ANY modification to a row after a 
certain routine
has been completed.

I know how to limit access to it from a form but might there be a way to 
disable edit on a row?
A row trigger maybe?

Jan

Reply via email to