This topic is locked

List page with Search

1/12/2009 12:00:38 PM
PHPRunner General questions
Z
zecalouro author

Hello,
When I perform a list page with search my 766 build returns the hyperlink content of my child table instead of the contents I want.
It happens only when I have a field with a hyperlink inside. Perhaps PHP Runner gets confused with this hyperlink and does not return the hyperlink as it should return. When I click to retrieve the information, he sends me to the hyperlink instead of getting back to master.
A workaround for this issue is really appreciated.
Kind regards, zeca

J
Jane 1/13/2009

Hi,
as workaround use Custom format instead of Hyperlink on the "View as" settings dialog on the Visual Editor tab.

Here is a sample:

if(postvalue("mode")!="lookup")

{

$value = "<a href=....>".$value."</a>";

}