SysTaskRecorderRunningForm Class [AX 2012]

The SysTaskRecorderRunningForm class represents an open form.

class SysTaskRecorderRunningForm

Run On

Client

  MethodDescription
Gg966116.protmethod(en-us,AX.60).gif buildMenuPathsMap Builds a map of all menu bar menu item paths.
Gg966116.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif getControlSelection Retrieves the previously saved list of selected rows on a grid.
Gg966116.pubmethod(en-us,AX.60).gif getFocusTickCount Retrieves the tick count of when the form had its most recent focus.
Gg966116.pubmethod(en-us,AX.60).gif getFormRun Returns the SysTaskRecorderSetupFormRun object of the form.
Gg966116.pubmethod(en-us,AX.60).gif getMenuPath Retrieve the path of the specified menu item.
Gg966116.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif isCurrentForm Indicates whether the form is the current form, or can set it as current.
Gg966116.protmethod(en-us,AX.60).gif new Initializes a new instance of the SysTaskRecorderRunningForm class.
Gg966116.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif parmCurrentControl Gets or sets the CurrentControl parameter.
Gg966116.pubmethod(en-us,AX.60).gif parmFormRunHandle Gets or sets the FormRunHandle parameter.
Gg966116.pubmethod(en-us,AX.60).gif setControlSelection Saves a list of selected rows or records for the specified control.
Gg966116.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg966116.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg966116.privmethod(en-us,AX.60).gif Gg966116.static(en-us,AX.60).gif ::construct Initializes a new instance of the SysTaskRecorderRunningForm class.
Gg966116.pubmethod(en-us,AX.60).gif Gg966116.static(en-us,AX.60).gif ::newFormRun Creates a new SysTaskRecorderRunningForm object for the specified form.
Top

This class is used by SysTaskRecorderRunningFormsManager class to manage a list of all the forms that have been opened and closed during the current recording session.

The list is used to search for buttons that have been clicked to determine the order in which the forms were opened, the current form, and the maintained list of selected records or rows in controls such as grids.

Object Class
  SysTaskRecorderRunningForm Class

Community Additions

ADD
Show: