clonev
clonev
Joined: 09 Jul 2017
Latest Posts
-
Avoid new records
How can I avoid adding records in the main table?
-
It's possible to assign the name of a table from a variable?
I have a table (Tables) that gathers the name of several tables. I have created a variable that takes the name of each table: let myT := this.text(name.…
-
Code don't work
I wan't hidden the menu-icon-buttons, but the code don't work: html(“<style>.hud-menu-button.menu-icon.menu-icon-trash{display: none;}.hud-menu-button.menu-icon.menu-icon-duplicate{display: none;}.…
-
How to style the dialog “onclick” button?
I have created a button with a “onClick” dialog, waiting for the user's response: let check := dialog("Atención", "¿Confirma la eliminación de la transacción?", ["Si", "No"]);…