This topic is locked
[SOLVED]

 Using own values in add page version 5.3

10/25/2011 3:22:32 AM
PHPRunner General questions
B
barnie23 author

I'm looking for a solution to use my own row and value added on a add page in phprunner 5.3.
I succeeded to add a new row on the add page and show a input field. This works in Mozilla FF, IE 8 and

google Chrome without any errors!
After I use the save butten the values defined in the page QUERY in the phprunner project can be used in

the function BeforeAdd(&$values, &$message, $inline). I like to use/send the value of my own added row in this

standard function like $values['new_ID'].