Hash Variable Parameter for PHP Procedure
Posted: Wed Jul 29, 2015 2:49 pm
I am struggling to get this to work!
I have a browse form based on my "employee" table.
The edit form has a subform and one display field showing the value CONCAT(emp_surname,', ',emp_forename) on one tab, and on another tab there is an iframe containing a Google graph.
I want to set two hash variables in the edit form containing arbitrary dates as parameters for the Google graph, but cannot get them to be picked up by the PHP code generating the graph. I have tried creating display fields, using nuSetHash, selecting the dates with the browse SQL but no luck.
Can you help?
I have a browse form based on my "employee" table.
The edit form has a subform and one display field showing the value CONCAT(emp_surname,', ',emp_forename) on one tab, and on another tab there is an iframe containing a Google graph.
I want to set two hash variables in the edit form containing arbitrary dates as parameters for the Google graph, but cannot get them to be picked up by the PHP code generating the graph. I have tried creating display fields, using nuSetHash, selecting the dates with the browse SQL but no luck.
Can you help?