I created an hidden FIELD "online" that has the deault value = TRUEthen,
I wrote:root::preSave - (FormCalc,
client)root.online.rawvalue=FALSE;then , I wroteroot::docReady -
(JavaScript, client)if
(root.online.rawValue==FALSE)button.presence="hidden"but it doesn't work