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.
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 | |
---|---|---|
![]() |
activate | Sends a SysTaskRecorderEvents::FormActivate event to the SysTaskRecorderEventManager. (Overrides the activate Method.) |
![]() |
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). (Inherited from SysSetupFormRun.) |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
canClose | (Inherited from FormRun.) |
![]() |
canSubmitToWorkflow | (Inherited from FormRun.) |
![]() |
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. |
![]() |
close | Sends a SysTaskRecorderEvents::FormClose event to the SysTaskRecorderEventManager. (Overrides the close Method.) |
![]() |
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 | Sends SysTaskRecorderEvents::RecordVisited and SysTaskRecorderEvents::AfterRecordChange events to a SysTaskRecorderEventManager. (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 | (Inherited from SysSetupFormRun.) |
![]() |
getActiveWorkflowTrackingStatus | (Inherited from SysSetupFormRun.) |
![]() |
getActiveWorkflowWorkItem | (Inherited from SysSetupFormRun.) |
![]() |
getAutoCompleteString | (Inherited from FormRun.) |
![]() |
getFormHelpTopic | Retrieves the saved Help topic for the form. (Inherited from FormRun.) |
![]() |
getNextField | (Inherited from FormRun.) |
![]() |
getParentTabPageControl | For given control this method returns Tab Page control if it exists. |
![]() |
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 | (Inherited from SysSetupFormRun.) |
![]() |
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. (Inherited from SysSetupFormRun.) |
![]() |
loadWorkflowConfiguration | (Inherited from SysSetupFormRun.) |
![]() |
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 Object 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.) |
![]() |
parmCurrentBasicControl | Gets or sets the CurrentBasicControl parameter. |
![]() |
parmCurrentBasicValue | Gets or sets the CurrentBasicValue parameter. |
![]() |
parmCurrentControl | Gets or sets the CurrentControl parameter. |
![]() |
parmCurrentGridLine | Gets or sets the CurrentGridLine parameter. |
![]() |
parmEmptyGridLineStruct | Sets empty grid line structure. |
![]() |
parmFormState | Gets or sets the FormState parameter. |
![]() |
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 | Sends SysTaskRecorderEvents::FormOpen and SysTaskRecorderEvents::AfterFormOpen events to the SysTaskRecorderEventManager. (Overrides the run Method.) |
![]() |
saveActiveGridLine | Saves the values of the active line in grid. |
![]() |
saveUserSetting | Saves the user settings. (Inherited from SysSetupFormRun.) |
![]() |
selectControl | Sends SysTaskRecorderEvents::ControlSelected and SysTaskRecorderEvents::ControlValueChanged events to the SysTaskRecorderEventManager. (Overrides the selectControl Method.) |
![]() |
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 | Sends a SysTaskRecorderEvents::TaskEvent event to the SysTaskRecorderEventManager. (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 | (Inherited from SysSetupFormRun.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Sends a SysTaskRecorderEvents::FormWait event to the SysTaskRecorderEventManager. (Overrides the wait Method.) |
![]() |
workflowDataSource | (Inherited from FormRun.) |
![]() |
workflowType | (Inherited from FormRun.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | Initializes a new instance of the SysTaskRecorderSetupFormRun class. |
![]() ![]() |
::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