Gets the current open and active form inside the Navision client instance.
Syntax
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++/CLI
Public ReadOnly Property CurrentForm As Form
Dim instance As Client
Dim value As Form
value = instance.CurrentForm
public Form CurrentForm {get;}
public:
property Form^ CurrentForm {
Form^ get();
}
Property Value
The current
Form.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also