Hi, Suppose you have a form with a subform.
When a database event occurs (insert, update, delete),
on the subform, its DbEventInterceptorSupport
class gets called. My problem is: How do you get the main forms fieldValues when the subforms DbEventInterceptorSupport class gets called? It would be
easy if I could get the childField/parentField value,
but they don’t appear on the subform’s fieldValues. Thanks, Julio |