0

New Recording in a specific view...

Hello friends,

how can I make a new recording with this, but in a specific view of my choice?

let myNew := (create Interventions);
myNew.closeRecord();
popupRecord(myNew)

THANKS.

1 reply

null
    • Birger_H
    • 4 yrs ago
    • Reported - view

    Try like this_

    –––
    let myNew := (create Interventions);
    openTable(Interventions, "viewName")
    openRecord(myNew)
    –––

    Birger

Content aside

  • 4 yrs agoLast active
  • 1Replies
  • 601Views