A
|
ann 6/25/2010 |
Hi, {BEGIN FieldName_fieldcolumn}<TD vAlign=middle {$FieldName_style}><a href="TableName_view.php?editid1={$custom_link}">{$FieldName_value}</a></TD>{END FieldName_fieldcolumn}
$record["custom_link"]=$data["Id"];
|
A
|
ashojai author 6/29/2010 |
Thanks a lot Ann, Hi, proceed to the HTML mode on the Visual Editor and make the following changes (bold): Then add to the After record processed event on the Events tab: $record["custom_link"]=$data["Id"];
|