FormRun Class

Syntax

class FormRun extends ObjectRun

Run On

Client

Methods

  Method Description
Gg920249.pubmethod(en-us,AX.60).gif activate Is called by the system when a form receives focus.
Gg920249.pubmethod(en-us,AX.60).gif addHistory
Gg920249.pubmethod(en-us,AX.60).gif allowPrimaryKeyPreview
Gg920249.pubmethod(en-us,AX.60).gif args Returns the arguments that the object was constructed with. (Inherited from ObjectRun.)
Gg920249.pubmethod(en-us,AX.60).gif arrange Arranges a form.
Gg920249.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.)
Gg920249.pubmethod(en-us,AX.60).gif blockPersonalization
Gg920249.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg920249.pubmethod(en-us,AX.60).gif canClose
Gg920249.pubmethod(en-us,AX.60).gif canSubmitToWorkflow
Gg920249.pubmethod(en-us,AX.60).gif close Is called when a form is closed.
Gg920249.pubmethod(en-us,AX.60).gif closeCancel
Gg920249.pubmethod(en-us,AX.60).gif closed
Gg920249.pubmethod(en-us,AX.60).gif closedCancel
Gg920249.pubmethod(en-us,AX.60).gif closedOk
Gg920249.pubmethod(en-us,AX.60).gif closeOk
Gg920249.pubmethod(en-us,AX.60).gif closeSelect
Gg920249.pubmethod(en-us,AX.60).gif closeSelectRecord
Gg920249.pubmethod(en-us,AX.60).gif contains Indicates whether a form contains a specified control.
Gg920249.pubmethod(en-us,AX.60).gif control Retrieves a control on a form.
Gg920249.pubmethod(en-us,AX.60).gif controlCallingMethod
Gg920249.pubmethod(en-us,AX.60).gif controlId
Gg920249.pubmethod(en-us,AX.60).gif controlMethodOverload
Gg920249.pubmethod(en-us,AX.60).gif controlMethodOverloadObject
Gg920249.pubmethod(en-us,AX.60).gif copy
Gg920249.pubmethod(en-us,AX.60).gif createRecord
Gg920249.pubmethod(en-us,AX.60).gif currentHistoryName
Gg920249.pubmethod(en-us,AX.60).gif currentHistoryState
Gg920249.pubmethod(en-us,AX.60).gif cut Is called when a user performs a cut operation on a form.
Gg920249.pubmethod(en-us,AX.60).gif dataSource Retrieves a FormObjectSet object for a specified form data source.
Gg920249.pubmethod(en-us,AX.60).gif dataSourceCount Retrieves the number of data sources that are associated with a form.
Gg920249.pubmethod(en-us,AX.60).gif defaultDataSource Sets or returns a FormObjectSet object for a specified default form data source.
Gg920249.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.
Gg920249.pubmethod(en-us,AX.60).gif delAutoCompleteString
Gg920249.pubmethod(en-us,AX.60).gif design Retrieves a FormDesign object.
Gg920249.pubmethod(en-us,AX.60).gif detach Increases the number of references to a FormRun object. (Overrides the detach Method.)
Gg920249.pubmethod(en-us,AX.60).gif doApply
Gg920249.pubmethod(en-us,AX.60).gif docCursor
Gg920249.pubmethod(en-us,AX.60).gif enableCountryRegion
Gg920249.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg920249.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.
Gg920249.pubmethod(en-us,AX.60).gif firstField Is called when a user opens a form or uses the CTRL+SHIFT+HOME keyboard shortcut.
Gg920249.pubmethod(en-us,AX.60).gif flushCountryRegionCodeCache
Gg920249.pubmethod(en-us,AX.60).gif form Retrieves a Form object that the FormRun class executes.
Gg920249.pubmethod(en-us,AX.60).gif formOnTop
Gg920249.pubmethod(en-us,AX.60).gif getActiveWorkflowConfiguration
Gg920249.pubmethod(en-us,AX.60).gif getActiveWorkflowTrackingStatus
Gg920249.pubmethod(en-us,AX.60).gif getActiveWorkflowWorkItem
Gg920249.pubmethod(en-us,AX.60).gif getAutoCompleteString
Gg920249.pubmethod(en-us,AX.60).gif getFormHelpTopic Retrieves the saved Help topic for the form.
Gg920249.pubmethod(en-us,AX.60).gif getNextField
Gg920249.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.
Gg920249.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg920249.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg920249.pubmethod(en-us,AX.60).gif hasExecutedInit
Gg920249.pubmethod(en-us,AX.60).gif hWnd Retrieves a Windows handle for the form.
Gg920249.pubmethod(en-us,AX.60).gif init
Gg920249.pubmethod(en-us,AX.60).gif initWorkflowControls
Gg920249.pubmethod(en-us,AX.60).gif installMessageProc
Gg920249.pubmethod(en-us,AX.60).gif inViewMode
Gg920249.pubmethod(en-us,AX.60).gif isDetached Communicates whether an ObjectRun.detach method call has been made on this object. (Inherited from ObjectRun.)
Gg920249.pubmethod(en-us,AX.60).gif isPreloadedInstance Indicates whether this instance was preloaded.
Gg920249.pubmethod(en-us,AX.60).gif isWorkflowEnabled
Gg920249.pubmethod(en-us,AX.60).gif lastField Is called when a user navigates to the last field group in a form.
Gg920249.pubmethod(en-us,AX.60).gif loadUserSetting Is called when the user settings for a form are loaded.
Gg920249.pubmethod(en-us,AX.60).gif loadWorkflowConfiguration
Gg920249.pubmethod(en-us,AX.60).gif lock Prevents another user from updating a form.
Gg920249.pubmethod(en-us,AX.60).gif lockWindowUpdate
Gg920249.pubmethod(en-us,AX.60).gif modeledQueryName
Gg920249.pubmethod(en-us,AX.60).gif name Retrieves the name of a form.
Gg920249.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Overrides the new Method.)
Gg920249.pubmethod(en-us,AX.60).gif nextField
Gg920249.pubmethod(en-us,AX.60).gif nextGroup
Gg920249.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.)
Gg920249.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.)
Gg920249.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg920249.pubmethod(en-us,AX.60).gif objectSet Retrieves a FormObjectSet object for a specified form data source.
Gg920249.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg920249.pubmethod(en-us,AX.60).gif pageInteraction
Gg920249.pubmethod(en-us,AX.60).gif paste
Gg920249.pubmethod(en-us,AX.60).gif prevField
Gg920249.pubmethod(en-us,AX.60).gif prevGroup
Gg920249.pubmethod(en-us,AX.60).gif print
Gg920249.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.
Gg920249.pubmethod(en-us,AX.60).gif redraw
Gg920249.pubmethod(en-us,AX.60).gif reload
Gg920249.pubmethod(en-us,AX.60).gif removeMessageProc
Gg920249.pubmethod(en-us,AX.60).gif resetSize
Gg920249.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.
Gg920249.pubmethod(en-us,AX.60).gif resize Is called when a form is resized.
Gg920249.pubmethod(en-us,AX.60).gif rootFormDataSources Retrieves a List of the root FormDataSource instances for this instance of the FormRun class.
Gg920249.pubmethod(en-us,AX.60).gif run
Gg920249.pubmethod(en-us,AX.60).gif saveUserSetting Is called when the user settings for a form are saved.
Gg920249.pubmethod(en-us,AX.60).gif selectControl
Gg920249.pubmethod(en-us,AX.60).gif selectedControl
Gg920249.pubmethod(en-us,AX.60).gif selectMode
Gg920249.pubmethod(en-us,AX.60).gif selectRecordMode
Gg920249.pubmethod(en-us,AX.60).gif selectRecordModeSelectedRecord
Gg920249.pubmethod(en-us,AX.60).gif selectTarget Selects a control in a form.
Gg920249.pubmethod(en-us,AX.60).gif send Prints an automatic report from the contents of a form.
Gg920249.pubmethod(en-us,AX.60).gif setActive Sets a form as active and gives it focus.
Gg920249.pubmethod(en-us,AX.60).gif setApply
Gg920249.pubmethod(en-us,AX.60).gif setAutoCompleteString
Gg920249.pubmethod(en-us,AX.60).gif setFormHelpTopic Sets the default Help topic that is used when the user presses F1 in the form.
Gg920249.pubmethod(en-us,AX.60).gif setOrder
Gg920249.pubmethod(en-us,AX.60).gif setParentHandle
Gg920249.pubmethod(en-us,AX.60).gif setStatusBarBackgroundColor Sets the background color of the status bar to the specified color.
Gg920249.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg920249.pubmethod(en-us,AX.60).gif skipSaveUserSetting
Gg920249.pubmethod(en-us,AX.60).gif sysColorChanged Is called when the form color is changed.
Gg920249.pubmethod(en-us,AX.60).gif tabOrder Specifies the order in which you navigate to form controls when you press the TAB key.
Gg920249.pubmethod(en-us,AX.60).gif task
Gg920249.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Overrides the toString Method.)
Gg920249.pubmethod(en-us,AX.60).gif unLock Unlocks a form.
Gg920249.pubmethod(en-us,AX.60).gif updateHistory
Gg920249.pubmethod(en-us,AX.60).gif updateWorkflowControls
Gg920249.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.)
Gg920249.pubmethod(en-us,AX.60).gif wait Pauses a process. (Overrides the wait Method.)
Gg920249.pubmethod(en-us,AX.60).gif workflowDataSource
Gg920249.pubmethod(en-us,AX.60).gif workflowType
Gg920249.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  ObjectRun Class
    FormRun Class
      SysFormRun Class
      SysSetupFormRun Class