Share via


SysTaskRecorderSetupFormRun Class [AX 2012]

The SysTaskRecorderSetupFormRun class extends the SysSetupFormRun class and is used by the task recorder to track form events.

Syntax

class SysTaskRecorderSetupFormRun extends SysSetupFormRun

Run On

Client

Methods

  Method Description
Gg966142.pubmethod(en-us,AX.60).gif activate Sends a SysTaskRecorderEvents::FormActivate event to the SysTaskRecorderEventManager. (Overrides the activate Method.)
Gg966142.pubmethod(en-us,AX.60).gif addHistory (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif allowPrimaryKeyPreview (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif args Returns the arguments that the object was constructed with. (Inherited from ObjectRun.)
Gg966142.pubmethod(en-us,AX.60).gif arrange Arranges a form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif attach Reverses a call to the method. This is the reverse of calling the ObjectRun.detach method. Reversing the call disallows any further switching of focus between windows. (Inherited from ObjectRun.)
Gg966142.pubmethod(en-us,AX.60).gif blockPersonalization (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif caller_RU Inventory Reports Find RunbaseDialog class on child forms (or something else). (Inherited from SysSetupFormRun.)
Gg966142.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg966142.pubmethod(en-us,AX.60).gif canClose (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif canSubmitToWorkflow (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif checkForGridValueChanges Checks for value changes in grid fields on the last grid line in focus and notifies the task recorder if a value change occurred.
Gg966142.pubmethod(en-us,AX.60).gif close Sends a SysTaskRecorderEvents::FormClose event to the SysTaskRecorderEventManager. (Overrides the close Method.)
Gg966142.pubmethod(en-us,AX.60).gif closeCancel (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif closed (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif closedCancel (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif closedOk (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif closeOk (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif closeSelect (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif closeSelectRecord (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif contains Indicates whether a form contains a specified control. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif control Retrieves a control on a form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif controlCallingMethod (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif controlId (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif controlMethodOverload (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif controlMethodOverloadObject (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif copy (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif createRecord (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif currentHistoryName (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif currentHistoryState (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif cut Is called when a user performs a cut operation on a form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif dataSource Retrieves a FormObjectSet object for a specified form data source. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif dataSourceCount Retrieves the number of data sources that are associated with a form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif defaultDataSource Sets or returns a FormObjectSet object for a specified default form data source. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif defaultInitialQueryValuesOnCreate Enables or disables the application of default values from the query build range and query filters from an InitialQueryParameter query when the FormDataSource::Create method is called. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif delAutoCompleteString (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif design Retrieves a FormDesign object. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif detach Increases the number of references to a FormRun object. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif doApply (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif docCursor Sends SysTaskRecorderEvents::RecordVisited and SysTaskRecorderEvents::AfterRecordChange events to a SysTaskRecorderEventManager. (Overrides the docCursor Method.)
Gg966142.pubmethod(en-us,AX.60).gif enableCountryRegion (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg966142.pubmethod(en-us,AX.60).gif finalize Destructs the form object when the form is closed and then releases the allocated space of the object. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif firstField Is called when a user opens a form or uses the CTRL+SHIFT+HOME keyboard shortcut. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif flushCountryRegionCodeCache (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif form Retrieves a Form object that the FormRun class executes. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif formOnTop (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif getActiveWorkflowConfiguration (Inherited from SysSetupFormRun.)
Gg966142.pubmethod(en-us,AX.60).gif getActiveWorkflowTrackingStatus (Inherited from SysSetupFormRun.)
Gg966142.pubmethod(en-us,AX.60).gif getActiveWorkflowWorkItem (Inherited from SysSetupFormRun.)
Gg966142.pubmethod(en-us,AX.60).gif getAutoCompleteString (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif getFormHelpTopic Retrieves the saved Help topic for the form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif getNextField (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif getParentTabPageControl For given control this method returns Tab Page control if it exists.
Gg966142.pubmethod(en-us,AX.60).gif getPrevField Retrieves a FormControl object for the field that precedes the field that is specified by a FormControl object. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg966142.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg966142.pubmethod(en-us,AX.60).gif hasExecutedInit (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif hWnd Retrieves a Windows handle for the form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif init (Inherited from SysSetupFormRun.)
Gg966142.pubmethod(en-us,AX.60).gif initWorkflowControls (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif installMessageProc (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif inViewMode (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif isDetached Communicates whether an ObjectRun.detach method call has been made on this object. (Inherited from ObjectRun.)
Gg966142.pubmethod(en-us,AX.60).gif isPreloadedInstance Indicates whether this instance was preloaded. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif isWorkflowEnabled (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif lastField Is called when a user navigates to the last field group in a form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif loadUserSetting Loads the user settings when a form is created. (Inherited from SysSetupFormRun.)
Gg966142.pubmethod(en-us,AX.60).gif loadWorkflowConfiguration (Inherited from SysSetupFormRun.)
Gg966142.pubmethod(en-us,AX.60).gif lock Prevents another user from updating a form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif lockWindowUpdate (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif modeledQueryName (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif name Retrieves the name of a form. (Inherited from FormRun.)
Gg966142.protmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Overrides the new Method.)
Gg966142.pubmethod(en-us,AX.60).gif nextField (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif nextGroup (Inherited from FormRun.)
Gg966142.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.)
Gg966142.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.)
Gg966142.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg966142.pubmethod(en-us,AX.60).gif objectSet Retrieves a FormObjectSet object for a specified form data source. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg966142.pubmethod(en-us,AX.60).gif pageInteraction (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif parmCurrentBasicControl Gets or sets the CurrentBasicControl parameter.
Gg966142.pubmethod(en-us,AX.60).gif parmCurrentBasicValue Gets or sets the CurrentBasicValue parameter.
Gg966142.pubmethod(en-us,AX.60).gif parmCurrentControl Gets or sets the CurrentControl parameter.
Gg966142.pubmethod(en-us,AX.60).gif parmCurrentGridLine Gets or sets the CurrentGridLine parameter.
Gg966142.pubmethod(en-us,AX.60).gif parmEmptyGridLineStruct Sets empty grid line structure.
Gg966142.privmethod(en-us,AX.60).gif parmFormState Gets or sets the FormState parameter.
Gg966142.pubmethod(en-us,AX.60).gif paste (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif prevField (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif prevGroup (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif print (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif printPreview Is called when a user clicks Print Preview on the File menu to view the automatic report for an active form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif redraw (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif reload (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif removeMessageProc (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif resetSize (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif resetStatusBarBackgroundColor Resets the background color of the status bar to its original color. Reverts the effect of all previous calls to the setStatusBarBackgroundColor method. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif resize Is called when a form is resized. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif rootFormDataSources Retrieves a List of the root FormDataSource instances for this instance of the FormRun class. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif run Sends SysTaskRecorderEvents::FormOpen and SysTaskRecorderEvents::AfterFormOpen events to the SysTaskRecorderEventManager. (Overrides the run Method.)
Gg966142.pubmethod(en-us,AX.60).gif saveActiveGridLine Saves the values of the active line in grid.
Gg966142.pubmethod(en-us,AX.60).gif saveUserSetting Saves the user settings. (Inherited from SysSetupFormRun.)
Gg966142.pubmethod(en-us,AX.60).gif selectControl Sends SysTaskRecorderEvents::ControlSelected and SysTaskRecorderEvents::ControlValueChanged events to the SysTaskRecorderEventManager. (Overrides the selectControl Method.)
Gg966142.pubmethod(en-us,AX.60).gif selectedControl (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif selectMode (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif selectRecordMode (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif selectRecordModeSelectedRecord (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif selectTarget Selects a control in a form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif send Prints an automatic report from the contents of a form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif setActive Sets a form as active and gives it focus. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif setApply (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif setAutoCompleteString (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif setFormHelpTopic Sets the default Help topic that is used when the user presses F1 in the form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif setOrder (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif setParentHandle (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif setStatusBarBackgroundColor Sets the background color of the status bar to the specified color. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg966142.pubmethod(en-us,AX.60).gif skipSaveUserSetting (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif sysColorChanged Is called when the form color is changed. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif tabOrder Specifies the order in which you navigate to form controls when you press the TAB key. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif task Sends a SysTaskRecorderEvents::TaskEvent event to the SysTaskRecorderEventManager. (Overrides the task Method.)
Gg966142.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif unLock Unlocks a form. (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif updateHistory (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif updateWorkflowControls (Inherited from SysSetupFormRun.)
Gg966142.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.)
Gg966142.pubmethod(en-us,AX.60).gif wait Sends a SysTaskRecorderEvents::FormWait event to the SysTaskRecorderEventManager. (Overrides the wait Method.)
Gg966142.pubmethod(en-us,AX.60).gif workflowDataSource (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif workflowType (Inherited from FormRun.)
Gg966142.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg966142.privmethod(en-us,AX.60).gif Gg966142.static(en-us,AX.60).gif ::construct Initializes a new instance of the SysTaskRecorderSetupFormRun class.
Gg966142.pubmethod(en-us,AX.60).gif Gg966142.static(en-us,AX.60).gif ::newArgs Creates a new SysTaskRecorderSetupFormRun object by using the specified arguments.

Top

Remarks

When the user is recording a task, the ClassFactory::formRunClassOnClient method returns this custom version of SysSetupFormRun. This will allow the tracking of events that occur on forms.

Inheritance Hierarchy

Object Class
  ObjectRun Class
    FormRun Class
      SysSetupFormRun Class
        SysTaskRecorderSetupFormRun Class