This topic is locked
[SOLVED]

 Hide the Copy Icon using before move next for a list

10/14/2010 6:40:37 PM
PHPRunner General questions
D
Dale author

I have a user that can add records but only edit his own.

When you display a list, in the icon group of each row, the appropriate Edit Icon displays, but the Copy Icon displays on all records.

I want to only allow the user to copy his own record. Thus, how can I hide that Copy Icon along with the already hidden Edit icon.

I have been playing around but I cant quite get it.
Never mind solved it.
if (record["edit_link"]== false))

$record["copy_link"] = false;