Passing information from an object inside a Subform to a procedure
Posted: Wed Dec 15, 2021 12:59 pm
Hello,
I have a subform which contains a button. I want to use the button to start a procedure, which contains a Query to UPDATE a table. This works flawlessly with nuRunPHPHidden();
But I want to pass on some object values of the subforms objects. (The User should be able to coose a specific entry and press the button in this subform row to write the entry ID and his USER_ID (which already works) into another table.)
nuSetProperty() unfortunatly isnt working for mi inside a subform.
Best regards
marcus
I have a subform which contains a button. I want to use the button to start a procedure, which contains a Query to UPDATE a table. This works flawlessly with nuRunPHPHidden();
But I want to pass on some object values of the subforms objects. (The User should be able to coose a specific entry and press the button in this subform row to write the entry ID and his USER_ID (which already works) into another table.)
nuSetProperty() unfortunatly isnt working for mi inside a subform.
Best regards
marcus