FlowFact - Entwicklungstools

zurück

Function - FlowFact_CurrentUserRS
Recordset des aktuellen Benutzers

  Function FlowFact_CurrentUserRS() As ADODB.Recordset  
 


Rückgabewert: Recordset mit dem aktuellen Datensatz der Tabelle 'Ben'


Public Function FlowFact_CurrentUserRS() As ADODB.Recordset
    Set FlowFact_CurrentUserRS = m_oBase.FF_CurrentUserRS()
End Function