Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
class SysSetupFormRun extends FormRun
Run On
Client
Methods
Method | Description | |
---|---|---|
![]() |
activate | Is called by the system when a form receives focus. (Inherited from FormRun.) |
![]() |
addHistory | (Inherited from FormRun.) |
![]() |
allowPrimaryKeyPreview | (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.) |
![]() |
blockPersonalization | (Inherited from FormRun.) |
![]() |
caller_RU | Inventory Reports Find RunbaseDialog class on child forms (or something else). |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
canClose | (Inherited from FormRun.) |
![]() |
canSubmitToWorkflow | (Inherited from FormRun.) |
![]() |
close | Is 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.) |
![]() |
closeSelectRecord | (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.) |
![]() |
controlId | (Inherited from FormRun.) |
![]() |
controlMethodOverload | (Inherited from FormRun.) |
![]() |
controlMethodOverloadObject | (Inherited from FormRun.) |
![]() |
copy | (Inherited from FormRun.) |
![]() |
createRecord | (Inherited from FormRun.) |
![]() |
currentHistoryName | (Inherited from FormRun.) |
![]() |
currentHistoryState | (Inherited from FormRun.) |
![]() |
cut | Is 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 that are associated with a form. (Inherited from FormRun.) |
![]() |
defaultDataSource | Sets or returns a FormObjectSet object for a specified default form data source. (Inherited from FormRun.) |
![]() |
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.) |
![]() |
delAutoCompleteString | (Inherited from FormRun.) |
![]() |
design | Retrieves a FormDesign object. (Inherited from FormRun.) |
![]() |
detach | Increases the number of references to a FormRun object. (Inherited from FormRun.) |
![]() |
doApply | (Inherited from FormRun.) |
![]() |
docCursor | (Overrides the docCursor Method.) |
![]() |
enableCountryRegion | (Inherited from FormRun.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
finalize | Destructs the form object when the form is closed and then releases the allocated space of the object. (Inherited from FormRun.) |
![]() |
firstField | Is called when a user opens a form or uses the CTRL+SHIFT+HOME keyboard shortcut. (Inherited from FormRun.) |
![]() |
flushCountryRegionCodeCache | (Inherited from FormRun.) |
![]() |
form | Retrieves a Form object that the FormRun class executes. (Inherited from FormRun.) |
![]() |
formOnTop | (Inherited from FormRun.) |
![]() |
getActiveWorkflowConfiguration | (Overrides the getActiveWorkflowConfiguration Method.) |
![]() |
getActiveWorkflowTrackingStatus | (Overrides the getActiveWorkflowTrackingStatus Method.) |
![]() |
getActiveWorkflowWorkItem | (Overrides the getActiveWorkflowWorkItem Method.) |
![]() |
getAutoCompleteString | (Inherited from FormRun.) |
![]() |
getFormHelpTopic | Retrieves the saved Help topic for the form. (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. (Inherited from FormRun.) |
![]() |
init | (Overrides the init Method.) |
![]() |
initWorkflowControls | (Inherited from FormRun.) |
![]() |
installMessageProc | (Inherited from FormRun.) |
![]() |
inViewMode | (Inherited from FormRun.) |
![]() |
isDetached | Communicates whether an ObjectRun.detach method call has been made on this object. (Inherited from ObjectRun.) |
![]() |
isPreloadedInstance | Indicates whether this instance was preloaded. (Inherited from FormRun.) |
![]() |
isWorkflowEnabled | (Inherited from FormRun.) |
![]() |
lastField | Is called when a user navigates to the last field group in a form. (Inherited from FormRun.) |
![]() |
loadUserSetting | Loads the user settings when a form is created. (Overrides the loadUserSetting Method.) |
![]() |
loadWorkflowConfiguration | (Overrides the loadWorkflowConfiguration Method.) |
![]() |
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 | Initializes a new instance of the SysSetupFormRun class. (Overrides the new Method.) |
![]() |
nextField | (Inherited from FormRun.) |
![]() |
nextGroup | (Inherited from FormRun.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the 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.) |
![]() |
pageInteraction | (Inherited from FormRun.) |
![]() |
paste | (Inherited from FormRun.) |
![]() |
prevField | (Inherited from FormRun.) |
![]() |
prevGroup | (Inherited from FormRun.) |
![]() |
(Inherited from FormRun.) | |
![]() |
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.) |
![]() |
redraw | (Inherited from FormRun.) |
![]() |
reload | (Inherited from FormRun.) |
![]() |
removeMessageProc | (Inherited from FormRun.) |
![]() |
resetSize | (Inherited from FormRun.) |
![]() |
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.) |
![]() |
resize | Is called when a form is resized. (Inherited from FormRun.) |
![]() |
rootFormDataSources | Retrieves a List of the root FormDataSource instances for this instance of the FormRun class. (Inherited from FormRun.) |
![]() |
run | (Inherited from FormRun.) |
![]() |
saveUserSetting | Saves the user settings. (Overrides the saveUserSetting Method.) |
![]() |
selectControl | (Inherited from FormRun.) |
![]() |
selectedControl | (Inherited from FormRun.) |
![]() |
selectMode | (Inherited from FormRun.) |
![]() |
selectRecordMode | (Inherited from FormRun.) |
![]() |
selectRecordModeSelectedRecord | (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.) |
![]() |
setFormHelpTopic | Sets the default Help topic that is used when the user presses F1 in the form. (Inherited from FormRun.) |
![]() |
setOrder | (Inherited from FormRun.) |
![]() |
setParentHandle | (Inherited from FormRun.) |
![]() |
setStatusBarBackgroundColor | Sets the background color of the status bar to the specified color. (Inherited from FormRun.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
skipSaveUserSetting | (Inherited from FormRun.) |
![]() |
sysColorChanged | Is 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 | (Overrides the task Method.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from FormRun.) |
![]() |
unLock | Unlocks a form. (Inherited from FormRun.) |
![]() |
updateHistory | (Inherited from FormRun.) |
![]() |
updateWorkflowControls | (Overrides the updateWorkflowControls Method.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from FormRun.) |
![]() |
workflowDataSource | (Inherited from FormRun.) |
![]() |
workflowType | (Inherited from FormRun.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
ObjectRun Class
FormRun Class
SysSetupFormRun Class
BOMCalcFormRun Class
SysFormRun_doRe Class
SysTaskRecorderSetupFormRun Class