I would like to disable edit function on list page, if the record already contain a value.
I found this code:
if not trim(data("Select"))="" then
record("edit_link")=false
end if
but it just disable the icon used to go in the edit page, this is correct, but i want to disable also the "Inline Edit" Icon, how can i do that ???
COuld you also tell me the name to be referred inside "Record("xxxxx") instruction for all the icon that appear on the left side of the record in the list page ???
Thank you for support
Best regards
Antonio