FlowFact - Entwicklungstools

zurück

Function - FlowFact_STDRS
Recordset der Grundeinstellungen

  Function FlowFact_STDRS() As ADODB.Recordset  
 


Rückgabewert: Recordset mit dem ersten Datensatz der Tabelle 'STD'


Public Function FlowFact_STDRS() As ADODB.Recordset
    Set FlowFact_STDRS = m_oBase.FF_STDRS()
End Function