show / hide menu

LoadForm

This function is used to load another form in the tenant.

Syntax:

LoadForm( Value )

Value should be the form name that has to be loaded. When providing the Value, the form name should be separated from its parent folder with a dot.

Example:

LoadForm( “NewFolder.Test” )
The function will load a form named Test from the folder “NewFolder”.