Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Indicates whether stats is on or off.
Database directory. Optional.
Optional.
Optional.
Optional.
Optional.
Stats Method
Description
Creates Stats On/Off command
Syntax
Visual Basic
Public Sub Stats( _
   ByVal tog As PCDONOFF, _
   ByVal dbase_dir As String, _
   ByVal read_lock As Long, _
   ByVal write_lock As Long, _
   ByVal mem_page As Long, _
   ByVal flags As PCDSTATSFLAGS _
) 
Parameters
tog
ValueDescription
PCD_OFF 
PCD_ON 
Indicates whether stats is on or off.
dbase_dir
Database directory. Optional.
read_lock
Optional.
write_lock
Optional.
mem_page
Optional.
flags
ValueDescription
PCD_DO_CONTROL_CALCS 
PCD_USE_DIM_NAME 
PCD_USE_FEAT_NAME 
Optional.
See Also