Functions getCurrentFormName and getCurrentTabFormName

The description of the nav object defines the functions getCurretFormname and getCurrentTabFormName.
The functions are also anounced in Frameworks beta64b.760 (viewtopic.php?f=57&t=16300&p=87891&hilit=getCurrentTabFormName#p87891).

This functions does not exist. How can I find the current Tabform name?

Is there really no easy way to find the current Tabform name?

Hi Gabriel,

When we had that function there was only one form and one tab, now you could have multiple tabs. We still have functions to get this information.

For the form names it is now:

globals.svy_nav_getVisibleFormNames()

You don’t get the tabFormName, but you can use the servoy function controller.getFormContext() and look it up in the context.

For the panel names if is now:

globals.svy_nav_getVisiblePanelNames()

We will remove the definitions in the nav object.

If you really need this we can make a function for it please create a case in jira.