NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: GordonF on June 03, 2021, 03:16:14 AM

Title: Conditionally hiding or disabling only the save button on a memory form
Post by: GordonF on June 03, 2021, 03:16:14 AM
I've searched and can't find an answer to my question, so I'm hoping someone can help.

I have a memory rather than file based form and I use it in 2 modes and display information in one mode and and allow interaction with save or cancel in the other mode, I use 2 tabs to do this. What I would like to be able to do is hide the save button on a condition, I realise I can disable the save button conditionally but this also disables the cancel button and I need the cancel to remain active. I guess I could achieve this by using 2 forms but that seems like a less than ideal method.

Any help would be greatly appreciated.

Gordon
Title: Re: Conditionally hiding or disabling only the save button on a memory form
Post by: Bruce on June 04, 2021, 04:34:56 AM
you should rather just conditionally put the form into read-only mode.
See the security tab for that.

cheers
Bruce
Title: Re: Conditionally hiding or disabling only the save button on a memory form
Post by: GordonF on June 08, 2021, 02:07:43 AM
Thanks Bruce, that worked perfectly