Fields in Hyperlink |
9/12/2010 9:39:32 AM |
PHPRunner General questions | |
C
cis2131 author
How can i use fied values in the view as hyperlink? |
|
![]() |
ladykathleen 9/12/2010 |
When I did a hyperlink for mine I used the edit the field properties then under the view as I selected Hyperlink. |
![]() |
Sergey Kornilov admin 9/13/2010 |
Claus, |
C
|
cis2131 author 9/13/2010 |
Claus, you need to clarify what exactly doesn't work. I suggest to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
http://server.com/shell/command.php?ip=$data["server_ip"]&command=$data["command1"] |
A
|
ann 9/15/2010 |
Claus, $value="<a href=\"http://server.com/shell/command.php?ip=".$data["server_ip"]."&command=".$data["command1"]."\">".$value."</a>"; |
C
|
cis2131 author 9/15/2010 |
Claus, unfortunately, no. As workaround you can use Custom format (View as settings dialog): $value="<a href=\"http://server.com/shell/command.php?ip=".$data["server_ip"]."&command=".$data["command1"]."\">".$value."</a>";
|
![]() |
Sergey Kornilov admin 9/15/2010 |