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
-
Try like this_
–––
let myNew := (create Interventions);
openTable(Interventions, "viewName")
openRecord(myNew)
–––Birger
Content aside
- 5 yrs agoLast active
- 1Replies
- 604Views