Share via


PdsFormCtrl_UpdateRemain::newFromForm Method [AX 2012]

Creates the appropriate form control based on the specified FormRun object.

Syntax

client server public static PdsFormCtrl_UpdateRemain newFromForm(FormRun _fr)

Run On

Called

Parameters

  • _fr
    Type: FormRun Class
    An instance of the FormRun class for which to create the form control.

Return Value

Type: PdsFormCtrl_UpdateRemain Class
The form control instance.

Exceptions

Exception Condition
Error

The method is being called by using an unknown instance of the FormRun class.

See Also

Reference

PdsFormCtrl_UpdateRemain Class