0

Full screen

Hi,

How can i open a form in full screen!

tx

Regards

Michel

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    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

    • Chapel_of_Praise
    • 3 yrs ago
    • Reported - view

    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
  • 434Views