Hello guys,
I am trying to build a report based on a record in a subform. In the PHP I made for that I made the current form the criteria-from of the php.
I can reference #record_id#, but #subform_record_id# gives no value.
I can reference fields from the main form (by hashcodes), but reference to fields in the subform with hash doesnt work.
Any idea how I, most important, can detect the value of the id of the record in the subform?
Thanks
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
reference to fields in a subform
Re: reference to fields in a subform
Henk_2a,
I think the best way is to have a hidden field on the main criteria Form that gets updated from the subform, and use that.
Steven
I think the best way is to have a hidden field on the main criteria Form that gets updated from the subform, and use that.
Steven