Options

Subpage Editable

stonystony Member Posts: 122
Hello,
I would like to switch a subpage editable with a button on the mainpage.
Have already deposited a variable in the property and this works even if I have the command

SubpageEditable: = TRUE

in the trigger OnAfterGetRecord.

But if I do this in Trigger OnAction, then it does not work.
SubpageEditable: = TRUE;
CurrPage.UPDATE;

How could I solve this.

thanks
stony
Sign In or Register to comment.