[SOLVED] Using WAZE navigation in PHPRunner |
7/31/2018 04:53:23 | |
| PHPRunner General questions | ||
|
S
shoppy author
Hi all, |
||
|
S
|
shoppy author 7/31/2018 |
|
I changed the opening post a little bit so you understand what I need. |
|
|
S
|
shoppy author 7/31/2018 |
|
This is what I did so far: function On(result, ctrl) {
function On($params, $result) {
|
|
|
K
|
KevinMillican 8/7/2018 |
|
But it doesn't work What am I missing??
|
|
|
S
|
shoppy author 8/8/2018 |
|
I think you're trying to do it the hard way. Why not add the link as a calculated field, eg. add this to your SQL query at the end of the SELECT statement :- concat("https://www.waze.com/ul?ll=",latitude,"%2C",longitude,"&navigate=yes&zoom=17") AS navigate Then you can just use the View As Hyperlink property on the calculated navigate field
|
|
|
|
Please delete this account 8/8/2018 |
|
https://xlinesoft.com/phprunner/docs/sql.htm |
|
|
S
|
shoppy author 8/8/2018 |
|
Great !!! |
|