timdw
Posts: 25
|
| Posted: 10/10/2005, 3:35 PM |
|
If I customise the WHERE in BeforeBuildSelect, does this get carried into the update stage? If not, where can I customise the WHERE clause so it applies across the board? The specific situation is limiting access to records for users in particular groups. The administrator can see/update everything, others can only see their own records, so an extra restriction is added to the WHERE clause for non-administrative users.
Thanks,
Tim
|
 |
 |
timdw
Posts: 25
|
| Posted: 10/10/2005, 3:46 PM |
|
Actually, it's just struck me that record level security based on GET/POST parameters and the currently logged on user is best done in the page AfertInitialize event. All processing can be aborted if there's a problem.
|
 |
 |
|