Class SY_Task_SVC

Inherits

SY_Service

Properties

LOCAL cMainTable$="SY_Task"  
LOCAL cIsSysDB=isTRUE  

Methods

FUNCTION LookupTask(programName$)  
FUNCTION LookupTask(programName$, arguments$)  
FUNCTION LookupTask(programName$, arguments$, colsToReturn$, valsToReturn$)  

Find the Task ID that can then be used with the security system

ParameterDescription
programName$ [input, string] The program name to fetch the Task ID
arguments$ [input, string] The arguments string in the SY_Task file.
colsToReturn$ [input, string] comma-separated list of field names to return from the search
valsToReturn$ [output, string] SEP separated list of values that correspond with the colsToReturn$
Returns [integer] Module code + developer code + TaskID for use with security check

Properties inherited from: SY_Service

BOF, CurrentBrowseIndex$, CurrentIndex$, EOF, SecurityAccess

Methods inherited from: SY_Service

BindVariable(), CheckMainTable(), Clear(), Find(), FindById(), GetChildHandle(), GetChildKeyReference$(), GetColumns$(), GetDataSources$(), GetDataSourcesAddl$(), GetJson$(), GetKey$(), GetKeyColumns$(), GetKeyPadded$(), GetPartialRecord(), GetRecord(), GetRecordCount(), GetRecordEx(), GetResultSets(), GetTable$(), GetTablePath$(), GetValue(), GetValues(), IsValid(), MoveFirst(), MoveLast(), MoveNext(), MovePrevious(), ReadAdditional(), SetBrowseFilter(), SetBrowseIndex(), SetCacheMode(), SetIndex(), SetKeyValue(), SetParentColumns(), SetParentHandle(), SetUIHandle(), PERFORM ClearEditRcd(), FormatJson$(), GetAddlDataSources(), GetDateColumns$(), InitChildCollection(), MoveFirstLast(), MoveNextPrevious(), OpenMainTable(), ParseKeyDef(), PrepareKeyDef(), ReadRec(), ResolveColumnList$(), SetControls(), SetCurrentKey(), UseKeyColl()