Properties: Proficy.ALC_Autolog Control
|
Purpose |
Returns data from the current cell. |
|
|
|
Read-only |
|
|
Syntax |
Property CellInfo([Row], [Column], [Flags]) As alcCellInfo |
|
|
|
Cell Data |
Cell Data Description |
|
|
CellArrayData |
Array data. |
|
|
CellArrayStatus |
Array status. |
|
|
CellComment |
Comments. |
|
|
CellEntryTime |
Entry time. |
|
|
CellLowerReject |
Lower rejection limit. |
|
|
CellLowerWarning |
Lower warning limit. |
|
|
CellProduct |
Product. |
|
|
CellTarget |
Target. |
|
|
CellUpperReject |
Upper rejection limit. |
|
|
CellUpperWarning |
Upper warning limit. |
|
|
CellValue |
Value. |
|
|
ColumnComment |
Comment for the cell's column. |
|
|
ColumnEventNumber |
Event number for the cell's column. |
|
|
ColumnResultTime |
Result time for for the cell's column. |
|
Purpose |
Returns a string that tells what a specified command has done. |
|
|
Read-only |
|
Syntax |
Property CommandDescription(CommandName) As String |
|
Purpose |
Set any of the following display options. |
|
|
|
Read/Write |
|
|
Syntax |
Property DisplayOption(OptionName As String, [DontDraw As Boolean]) |
|
|
|
Where [DontDraw As True] = Do not refresh the screen until all of the options that should be set are set. [DontDraw As False] = Refresh the screen after each option is set. |
|
|
|
Display Option |
Description |
|
|
AutoPrint |
Print a log report upon completion of the automatic logging. |
|
|
ColumnNumbering |
Display/do not display column numbers. |
|
|
CommentsVisible |
Display/do not display the comments. |
|
|
DisplayDataSecurityApprover |
Display/do not display the approver signature. |
|
|
DisplayConformance |
Turn on/off conformance tracking for events based displays. |
|
|
DisplayDataSource |
Display/do not display the name of the data source. |
|
|
DisplayDataTypeId |
Display/do not display the data type ID. |
|
|
DisplayDate |
Display/do not display the date. |
|
|
DisplayEngineeringUnits |
Display/do not display the engineering units. |
|
|
DisplayESignatureLevel |
Display/do not display the electronic signature level. |
|
|
DisplayEvent |
Turn on/off the event number row in the header. |
|
|
DisplayHyperLinks |
Show/hide the hyperlink menu at startup. |
|
|
DisplayPercentComplete |
Display/do not display the logging's percent complete. |
|
|
DisplayProduct |
Turn on/off the product code row in the header. |
|
|
DisplayProductionLine |
Turn on/off the Production Line column in the header. |
|
|
DisplayProductionUnit |
Turn on/off the Production Unit column in the header. |
|
|
DisplayGrid |
Display/do not display the grid border around cells. |
|
|
DisplaySpecification |
Turn on/off the Specification column in the header. |
|
|
DisplayStatus |
Display/do not display the Status row in the header. |
|
|
DisplayTime |
Display/do not display the time. |
|
|
DisplayDataSecurityUser |
Display/do not display the user signature. |
|
|
DisplayVariableDescription |
Display/do not display a description of the variable. |
|
|
DisplayVariableId |
Display/do not display the variable ID. |
|
|
DisplayVariableOrder |
Display/do not display the variable order. |
|
|
DynamicRows |
Turn on/off dynamic row functionality |
|
|
DataSecurityLockApprovedColumns |
Display ESignature Lock Approved columns. |
|
|
HyperlinkSplitterWidth |
Set the width of the Hyperlink menu to the right of the control (pixels). |
|
|
RejectColumnVisible |
Show/hide the Reject column. |
|
|
RowNumbering |
Display/do not display row numbers. |
|
|
ShowColumnHeaders |
Show/hide the column headers. |
|
|
ShowRowHeaders |
Show/hide the row headers. |
|
|
SpecWindowVisible |
Turn on/off the Specification window at the bottom of the display. |
|
|
TargetColumnVisible |
Show/hide the Target column. |
|
|
TestFrequencyColumnVisible |
Show/hide the Test Frequency column. |
|
|
TimeFormat |
Set the time format in either of the following: HH:mm HH:mm:ss |
|
|
ToggleLimitColumns |
Display/do not display the limit columns. |
|
|
UserColumnVisible |
Show/hide the User column. |
|
|
WarningColumnVisible |
Show/hide the Warning column. |
|
Purpose |
Returns a description of each display option by name. |
|
|
Read-only |
|
Syntax |
Property DisplayOptionDescription(CommandName) As String |
|
Purpose |
Returns additional data from the current or specified cell |
|
|
|
Read-only |
|
|
Syntax |
Property ExtendedInfo([Row], [Column]) As alcExtendedInfo |
|
|
|
Cell Data |
Cell Data Description |
|
|
Product |
Product |
|
|
ProductEndTime |
Pproduct end time |
|
|
ProductExternalLink |
Product external link. |
|
|
ProductionLineDesc |
Production line description |
|
|
ProductionUnitDesc |
Production unit description. |
|
|
ProductStartTime |
Start time. |
|
|
SpecificationDesc |
Specification description. |
|
Purpose |
Shows/hides the Hyperlink menu to the right of the control. |
|
|
Value |
Show |
True |
|
|
Hide |
False |
|
|
Read/Write |
|
|
Syntax |
Property HyperLinkMenuVisible As Boolean |
|
Purpose |
Displays an error message describing the last error. |
|
|
Read-only |
|
Syntax |
Property LastError As String |
|
Purpose |
Returns the number of the last column on the control. |
|
|
Read-only |
|
Syntax |
Property MaxColumns As Long |
|
Purpose |
Returns the number of the last row on the control. |
|
|
Read-only |
|
Syntax |
Property MaxRows As Long |
|
Purpose |
Returns the time format that the control uses. |
|
|
Read-only |
|
Syntax |
Property MySheetTimeFormat As String |
|
Purpose |
Provides information about the row. |
|
|
Syntax |
Property RowInfo([Row]) As alcRowInfo |
|
|
|
Row Data |
Row Data Description |
|
|
VariableComment |
Variable comments. |
|
|
VariableDesc |
Variable descriptions. |
|
|
VariableEngUnits |
Variable engineering units. |
|
|
VariableExternalLInk |
Variable external links. |
|
|
VariableInputTag |
Variable input tags. |
|
|
VariableOutputTag |
Variable output tags. |
|
Purpose |
Set the User_Id of an eSignature second approver. |
|
|
Read/Write |
|
Syntax |
Property SecondUserId As Long |
|
Purpose |
Set the name of the display that the control will display. |
|
|
Read/Write |
|
Syntax |
Property SheetName As String |
|
Purpose |
Shows when the control started for the current session. |
|
|
Read-only |
|
Syntax |
Property StartTime As Date |