A script-enabled browser is required for this page to function properly.

Current Form Property

Description

Specifies the name of the .FMX file of the form currently being executed.

Applies to application

Set not settable

Refer to Built-in

GET_APPLICATION_PROPERTY

Usage Notes

Get the value of this property to determine the name of the file the current form came from in an application that has multiple called forms.

Current_Form at the application level corresponds to File_Name at the form level. File_Name is gettable with GET_FORM_PROPERTY.


GET_FORM_PROPERTY Built-in