0

Button Save Record

Good morning, I would like to insert a record rescue button can someone help me? Thank you

8replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
    • Birger H
    • Birger_H
    • 4 yrs ago
    • Reported - view

    What should that button do?

    Birger

    Like
  • 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

    Like
    • Birger H
    • Birger_H
    • 4 yrs ago
    • Reported - view

    You can use the function

    –––
    openTable(tableName, viewName)
    –––

    Birger

    Like
  • thanks for the support but it says "field not found"

    Like
    • Nick
    • Nick
    • 4 yrs ago
    • Reported - view

    Try:

    openTable("tableName", "viewName")

     

    Nick

    Like
  • 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

    Like
    • FF
    • mauve_hat
    • 4 yrs ago
    • Reported - view

    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

    Like
  • thank you all. I used closeRecord ()

    although I also like the alternative posted by Antonio. I'll try it

    Like
Like Follow
  • 4 yrs agoLast active
  • 8Replies
  • 3178Views