Salve a tutti.
Come posso verificare se l'operazione in corso è un inserimento ?
C'è una macro specifica ?
Prima operavo un controllo del tipo
if (id == ' ') {
}
Antonio Stampete
Controllare se un' operazione è in Inserimento
Regole del forum
Nel forum è vietato fare pubblicità senza avere l'autorizzazione dello staf di Netspecial.
Nel forum è vietato fare pubblicità senza avere l'autorizzazione dello staf di Netspecial.
-
- Messaggi: 77
- Iscritto il: 05 feb 2014, 10:24
Re: Controllare se un' operazione è in Inserimento
poi controllare il bottone (vedi manuale)
Buttons
sc_btn_copy
This macro returns “true” when the “copy” button is selected in a form.
sc_btn_delete
This macro returns “true” when the “Delete” button is selected in a form.
sc_btn_display (“Button_Name”,“on/off”)
This macro activate toolbars buttons on the application in execution time.
sc_btn_insert
This macro returns “true” when the “Add” button is selected in a form.
sc_btn_new
This macro returns “true” when the “Add New” button is selected in a form.
sc_btn_update
This macro returns “true” when the “Save” button is selected in a form.
oppure :
in evento onvalidate event
if (CURRENT_MODE = ‘INSERT’) then …
elseif (CURRENT_MODE = ‘EDIT’) then …
Buttons
sc_btn_copy
This macro returns “true” when the “copy” button is selected in a form.
sc_btn_delete
This macro returns “true” when the “Delete” button is selected in a form.
sc_btn_display (“Button_Name”,“on/off”)
This macro activate toolbars buttons on the application in execution time.
sc_btn_insert
This macro returns “true” when the “Add” button is selected in a form.
sc_btn_new
This macro returns “true” when the “Add New” button is selected in a form.
sc_btn_update
This macro returns “true” when the “Save” button is selected in a form.
oppure :
in evento onvalidate event
if (CURRENT_MODE = ‘INSERT’) then …
elseif (CURRENT_MODE = ‘EDIT’) then …
Rino Lo Turco
Consulente Informatico; Analista e Sviluppatore; ex IT Manager; Cons. Direzionale di Organizzazione; Consulente Tecnico legale; Esperto protezione dati personali; Internet Service Provider
felice utente e fruitore di ScriptCase
Consulente Informatico; Analista e Sviluppatore; ex IT Manager; Cons. Direzionale di Organizzazione; Consulente Tecnico legale; Esperto protezione dati personali; Internet Service Provider
felice utente e fruitore di ScriptCase
-
- Messaggi: 77
- Iscritto il: 05 feb 2014, 10:24
Re: Controllare se un' operazione è in Inserimento
Grazie Rino.
Buon Lavoro !
Buon Lavoro !
Chi c’è in linea
Visitano il forum: Semrush [Bot] e 3 ospiti