Hello,
I just added a new interesting feature to dbforms:
An form based interceptor during the forms generating. It's called just
before the tabel beforeSelect interceptor and can be used to preset form
filter values by code.
Example is in the howto section of the bookstore example, see
howto/how
>
> I went through the src code and I think in this case we can't
> use interceptor. Interceptor does accept the parameters, but
> used them to do "operation permission" check. Please see
> Table.processInterceptors(). The return is int. The value is
> related to something like "GRANT_OPERATIO