0

create record by button

create records of another table linked to the table where the button is pressed

1 reply

null
    • Antonio
    • 4 yrs ago
    • Reported - view

     
    Hi:
    It is done by the following line of code:

    let myNewRecord := (create 'Table');

    where 'Table' is the name of the table where you want to create the new record and myNewRecord is an internal variable to be able to execute the command.
     

    Then you can open the new record with:
     

    openRecord(myNewRecord)
     

    Greetings
     

Content aside

  • 4 yrs agoLast active
  • 1Replies
  • 1658Views