
Urgent change
It is possible to make this urgent change requested several times by the undersigned. Unfortunately my operators leave the form using the X and not the close button. I find myself having contracts without the customer / device connected. Please do not check the database. The operator must be forced to follow a procedure. Thank you
-
Antonello,
There are a couple of hacks you can do..
1. Make sure the FIRST table view is a FORM view.. NOT a table view... then use openRecord or openTable to open it.
2. When the above does not fit your data entry pattern.. You can simply "hide" the close "X" using an HTML hack.
HUGE THANKS TO @Maarten Thiebou for pointing me in the right direction..And here is the hidden formula on the page.
-
On the desired form that you want to hide the close.. Put the above referenced formula .. and hide it.. Here you see it as unhidden. While I am NOT a CSS expert (Maarten certainly is) .. what this snippet is doing is telling the CSS to not display the X button when the page is displayed.
===== google translate ========
Nella schermata desiderata vuoi nascondere la chiusura .. Metti la formula sopra menzionata .. e nascondila .. Qui la vedi nascosta. Anche se NON sono un esperto CSS (sicuramente Maarten lo è), ciò che questo frammento sta facendo è dire al CSS di non visualizzare il pulsante X quando viene visualizzata la pagina.
-
Niente proprio non ci capisco, sarò sicuramente io stupido. Dove la metto la formula? in un campo testo?. Potresti inviarmi un database di esempio alla mia mail: antonello.stabile@alice.it, te ne sarei grato.
Grazie e scusami per l'insistenza ma è una modifica che a me serve con urgenza.
-
Buongiorno. Grazie per le dritte che mi stai dando, ma ora ho bisogno di un ulteriore aiuto. Il problema nasce quando il modulo ha 2 o 3 pagine, sono costretto a mettere la formula su tutte le pagine. Non esiste una formula per eliminare tutte le "X" su tutte le pagine in automatico? si potrebbe utilizzare per eliminare la "X" su tutto il database?
-
Il paradigma di Ninox è quello di salvare sempre le modifiche direttamente. Per implementare la modifica richiesta dovremmo cambiare l'intero modello in una conferma esplicita (pulsante OK). È un compromesso. È possibile implementare il proprio pulsante che imposterà un determinato stato solo se tutte le convalide passano.