Hi
Is it possible, to set a page to non editable at runtime (2013R2)?
The actions for "New" and "Delete" should also not be present, if editable is set to false.
I have tried Currpage.Editable(false), but it did not work.
Thx in advance
Thomas
Hi Daniele
Thx for answering. This works so far, but still the "New" and "Delete" Actions are visible. And why is Currpage.Editable not working?
Any other ideas?
Thomas
"New" and "Delete" actions are linked to InsertAllowed and ModifyAllowed properties: if you set them to "No", these actions will disappear (but it's not possible to control their visibility in runtime).
As far as I know with RTC client Currpage.EDITABLE cannot be used for handling editability (was perhaps introduced for backward compatibility :?: )
Comments
Daniele
Thx for answering. This works so far, but still the "New" and "Delete" Actions are visible. And why is Currpage.Editable not working?
Any other ideas?
Thomas
As far as I know with RTC client Currpage.EDITABLE cannot be used for handling editability (was perhaps introduced for backward compatibility :?: )
Regards
Thomas