Button Save Record
Good morning, I would like to insert a record rescue button can someone help me? Thank you
8 replies
-
What should that button do?
Birger
-
once I open the input mask I would like to insert a button that confirms the insertion and closes the mask. now to close the mask I have to press the X
-
You can use the function
–––
openTable(tableName, viewName)
–––Birger
-
thanks for the support but it says "field not found"
-
Try:
openTable("tableName", "viewName")
Nick
-
Hello:
I usually use a button with this code:
closeRecord ()
and if I want to leave the fields closed
I do the following:
- the field "Elenco personale" is only visible if "not 'Elenco personale' and I create a function f (x)" Personale "with the formula 'Elenco personale' only visible if 'Elenco personale'-Other option is a field "sì/no" how "Recorded" and the button would be
Recorded: = 1;
closeRecord ()and the field "Elenco personale" visible if "not 'Recorded' " and the field "Personale" visible if " 'Recorded' "
I hope I've helped
-
Ciao. Il record si salva automaticamente. Per chiuderlo fai come ti hanno già suggerito sopra, ma ti basta inserire un semplice pulsante a cui far eserguire la seguente formula:
----------------
closeRecord()
----------------
Fabio
-
thank you all. I used closeRecord ()
although I also like the alternative posted by Antonio. I'll try it
Content aside
- 6 yrs agoLast active
- 8Replies
- 3244Views