Found the answer here: http://sourceforge.net/mailarchive/message.php?msg_id=3878606 Now here is a thought: An interesting thing to do would be to
be able to send the dbFormFields array in some way
inside the request object so as to convert the coded fields to logical field
names and vice versa. That way we can pick up any parameter value through some
simple utility that would do the conversion using the request object. Does this make sense? Thanks, Julio From: Julio Ortuzar O.
[mailto:[EMAIL PROTECTED] 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 |
- AW: [dbforms] RE: Get fieldvalues Question Julio Ortuzar O.
- AW: [dbforms] RE: Get fieldvalues Question Henner Kollmann