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