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
canSubmitToWorkflow
close
Called when a form is closed. (Inherited from FormRun.)
closeCancel
closed
closedCancel
closedOk
closeOk
closeSelect
contains
Indicates whether a form contains a specified control. (Inherited from FormRun.)
control
Retrieves a control on a form. (Inherited from FormRun.)
controlCallingMethod
controlMethodOverload
controlMethodOverloadObject
copy
currentHistoryName
currentHistoryState
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
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
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
getActiveWorkflowConfiguration
getActiveWorkflowTrackingStatus
getActiveWorkflowWorkItem
getAutoCompleteString
getNextField
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
hWnd
Retrieves a Windows handle for the form. The handle could be used with the WinAPI class. (Inherited from FormRun.)
init
initWorkflowControls
installMessageProc
inventStorageDimFieldCtrls
isDetached
Communicates whether an ObjectRun.detach method call has been made on this object. (Inherited from ObjectRun.)
isValidForKMButtons
isWorkflowEnabled
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
loadWorkflowConfiguration
lock
Prevents another user from updating a form. (Inherited from FormRun.)
lockWindowUpdate
modeledQueryName
name
Retrieves the name of a form. (Inherited from FormRun.)
new
nextField
nextGroup
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
owner
Returns the instance that owns the object. (Inherited from Object.)
paste
prevField
prevGroup
print
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
reload
removeMessageProc
resetSize
resize
Called when a form is resized. (Inherited from FormRun.)
run
saveUserSetting
selectControl
selectedControl
selectMode
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
setAutoCompleteString
setOrder
setParentHandle
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
toString
unLock
Unlocks a form. (Inherited from FormRun.)
updateHistory
updateKMButtonControls
updateWorkflowControls
usageCount
Returns the current number of references (the value of the reference counter) that the object has. (Inherited from Object.)
wait
workflowDataSource
xml
Returns an XML string that represents the current object. (Inherited from Object.)