|
LOCAL cMainTable$="*SKIP*" |
|
PROPERTY CompanyList$ |
|
PROPERTY CurrentCompany$ |
|
PROPERTY CurrentModuleList$ |
|
PROPERTY MasterModuleList$ |
|
PROPERTY DataSublevel |
|
PROPERTY DataLevel |
|
PROPERTY OriginalCompany$ |
|
PROPERTY ProgramSublevel |
|
PROPERTY ProgramLevel |
|
PROPERTY CurrentModule$ |
|
PROPERTY ZeroLevelModules$ |
|
PROPERTY ConvertedCompanies$ |
|
PROPERTY Last4xLevel * Read Only * |
|
PROPERTY Last4xSubLevel * Read Only * |
|
FUNCTION CheckCompanyForConversion(companyCode$, needsConversion) |
|
FUNCTION CheckModuleForConversion(processCompany$, processModule$, needsConversion) |
|
FUNCTION ClearProperties() |
|
FUNCTION GetCompanyNames$(sourceCompanyList$) Return a list of company codes with Company Names sourceCompanyList [input, string] SEP seperated list of company codes Returns string list of company codes and company names |
|
FUNCTION GetNextProgram(nextProgram$) |
|
FUNCTION ResetCompanyListNoPRCompany(removeCompanyList$) Remove a specific company from the company list recmovecompanyList$ [input, string] SEP separated list of company codes with PR Always returns success |
|
FUNCTION SetCompanyList() |
|
FUNCTION SetCompanyList(companyCode$) |
|
BOF, CurrentBrowseIndex$, CurrentIndex$, EOF, SecurityAccess |
|
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() |
|