Click to Rate and Give Feedback
MSDN
MSDN Library
Microsoft Dynamics
Reference
Classes
S Classes
Collapse All/Expand All Collapse All
Microsoft Dynamics AX 2009
SysSetupFormRun Class
class SysSetupFormRun extends FormRun

Client

Method

Description

activate

Called by the system when a form receives focus. (Inherited from FormRun.)

addHistory

(Inherited from FormRun.)

args

Returns the arguments that the object was constructed with. (Inherited from ObjectRun.)

arrange

Arranges a form. (Inherited from FormRun.)

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.)

cancelTimeOut

Cancels a previous method call to the Object::setTimeOut Method. (Inherited from Object.)

canClose

(Inherited from FormRun.)

canSubmitToWorkflow

(Inherited from FormRun.)

close

Called when a form is closed. (Inherited from FormRun.)

closeCancel

(Inherited from FormRun.)

closed

(Inherited from FormRun.)

closedCancel

(Inherited from FormRun.)

closedOk

(Inherited from FormRun.)

closeOk

(Inherited from FormRun.)

closeSelect

(Inherited from FormRun.)

contains

Indicates whether a form contains a specified control. (Inherited from FormRun.)

control

Retrieves a control on a form. (Inherited from FormRun.)

controlCallingMethod

(Inherited from FormRun.)

controlMethodOverload

(Inherited from FormRun.)

controlMethodOverloadObject

(Inherited from FormRun.)

copy

(Inherited from FormRun.)

currentHistoryName

(Inherited from FormRun.)

currentHistoryState

(Inherited from FormRun.)

cut

Called when a user performs a cut operation on a form. (Inherited from FormRun.)

dataSource

Retrieves a FormObjectSet object for a specified form data source. (Inherited from FormRun.)

dataSourceCount

Retrieves the number of data sources associated with a form. (Inherited from FormRun.)

defaultDataSource

Sets or returns a FormObjectSet object for a specified default form data source. (Inherited from FormRun.)

delAutoCompleteString

(Inherited from FormRun.)

design

Retrieves a FormDesign object. (Inherited from FormRun.)

detach

Increases the number of references to a FormRun object. This increase prevents the release of the object memory during garbage collection when the FormRun object goes out of scope. (Inherited from FormRun.)

dimensionFieldCtrls

doApply

(Inherited from FormRun.)

docCursor

Overridden.

equal

Determines whether the specified object is equal to the current one. (Inherited from Object.)

finalize

Called when the form is closed. This method destructs the form object, and then releases the object's allocated space. (Inherited from FormRun.)

firstField

Called when a user opens a form or uses the CTRL+SHIFT+HOME keyboard shortcut. (Inherited from FormRun.)

form

Retrieves a Form object that the FormRun class executes. (Inherited from FormRun.)

formOnTop

(Inherited from FormRun.)

getActiveWorkflowConfiguration

Overridden.

getActiveWorkflowTrackingStatus

Overridden.

getActiveWorkflowWorkItem

Overridden.

getAutoCompleteString

(Inherited from FormRun.)

getNextField

(Inherited from FormRun.)

getPrevField

Retrieves a FormControl object for the field that precedes the field that is specified by a FormControl object (Inherited from FormRun.)

getTimeOutTimerHandle

Returns the timer handle for the object. (Inherited from Object.)

handle

Retrieves the handle of the class of the object. (Inherited from Object.)

hasExecutedInit

(Inherited from FormRun.)

hWnd

Retrieves a Windows handle for the form. The handle could be used with the WinAPI class. (Inherited from FormRun.)

init

Overridden.

initWorkflowControls

(Inherited from FormRun.)

installMessageProc

(Inherited from FormRun.)

inventStorageDimFieldCtrls

isDetached

Communicates whether an ObjectRun.detach method call has been made on this object. (Inherited from ObjectRun.)

isValidForKMButtons

isWorkflowEnabled

(Inherited from FormRun.)

lastField

Called when a user navigates to the last field group in a form. If a field group is not found, the form is given focus. (Inherited from FormRun.)

loadUserSetting

Overridden.

loadWorkflowConfiguration

Overridden.

lock

Prevents another user from updating a form. (Inherited from FormRun.)

lockWindowUpdate

(Inherited from FormRun.)

modeledQueryName

(Inherited from FormRun.)

name

Retrieves the name of a form. (Inherited from FormRun.)

new

Overridden.

nextField

(Inherited from FormRun.)

nextGroup

(Inherited from FormRun.)

notify

Releases the hold on an object that has called a wait method on this object. (Inherited from Object.)

notifyAll

Releases a lock on the object that was issued by a wait method on this object. (Inherited from Object.)

objectOnServer

Determines whether the object is on a server. (Inherited from Object.)

objectSet

Retrieves a FormObjectSet object for a specified form data source. (Inherited from FormRun.)

owner

Returns the instance that owns the object. (Inherited from Object.)

paste

(Inherited from FormRun.)

prevField

(Inherited from FormRun.)

prevGroup

(Inherited from FormRun.)

print

(Inherited from FormRun.)

printPreview

Called when a user clicks Print Preview on the File menu to view the automatic report for an active form. You can also call the printPreview method to initiate the view of the automatic report. (Inherited from FormRun.)

redraw

(Inherited from FormRun.)

reload

(Inherited from FormRun.)

removeMessageProc

(Inherited from FormRun.)

resetSize

(Inherited from FormRun.)

resize

Called when a form is resized. (Inherited from FormRun.)

run

(Inherited from FormRun.)

saveUserSetting

Overridden.

selectControl

(Inherited from FormRun.)

selectedControl

(Inherited from FormRun.)

selectMode

(Inherited from FormRun.)

selectTarget

Selects a control in a form. (Inherited from FormRun.)

send

Prints an automatic report from the contents of a form. (Inherited from FormRun.)

setActive

Sets a form as active and gives it focus. (Inherited from FormRun.)

setApply

(Inherited from FormRun.)

setAutoCompleteString

(Inherited from FormRun.)

setOrder

(Inherited from FormRun.)

setParentHandle

(Inherited from FormRun.)

setTimeOut

Sets up the scheduled execution of a specified method. (Inherited from Object.)

sysColorChanged

Called when the form color is changed. (Inherited from FormRun.)

tabOrder

Specifies the order in which you navigate to form controls when you press the TAB key. (Inherited from FormRun.)

task

Overridden.

toString

(Inherited from FormRun.)

unLock

Unlocks a form. (Inherited from FormRun.)

updateHistory

(Inherited from FormRun.)

updateKMButtonControls

updateWorkflowControls

Overridden.

usageCount

Returns the current number of references (the value of the reference counter) that the object has. (Inherited from Object.)

wait

(Inherited from FormRun.)

workflowDataSource

(Inherited from FormRun.)

xml

Returns an XML string that represents the current object. (Inherited from Object.)

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker