0
Full screen
Hi,
How can i open a form in full screen!
tx
Regards
Michel
2 replies
-
From the manual:
openFullscreen(recordId) - opens a record in full-screen mode
openFullscreen(recordId, tabName) - opens a given tab of record in full-screen mode
example:
let i := this;
openFullscreen(i)
Steven
-
Try this.
openFullscreen(openTable("Table Name", "Form Name"))
openTable opens up the target table you want.
Table Name comes first enclosed in double quotes.
View Name comes second, also enclosed in double quotes. Use the view name for your form.
openFullscreen opens in a 'full screen' mode.
Content aside
- 3 yrs agoLast active
- 2Replies
- 445Views