![]() |
Alexey admin 6/26/2006 |
Dieter, if(strlen($data["FieldName"])) { $strdata = make_db_value("FieldName",$data["FieldName"]); $LookupSQL="SELECT ... ... if($lookuprow=db_fetch_numarray($rsLookup)) echo ProcessLargeText($lookuprow[0]); else echo ProcessLargeText(GetData($rsData,$data,"FieldName", "Hyperlink"),$iquery); }
echo GetData($rsData,$data,"FieldName", "Hyperlink") where FieldName is your actual field name. |
D
|
dieter author 6/26/2006 |
Dieter, you need to modify generated list.php file for this. Replace this snippet: with this one: where FieldName is your actual field name.
|