![]() |
FlowFact - Entwicklungstools |
![]() |
Function | VERTRAEGE_FindByKennung(ByVal strKennung As String) As ADODB.Recordset |
strKennung: Kennung des Vertrages, der gesucht wird Rückgabewert: Recordset mit allen Feldern der Tabelle VERTRÄGE (siehe VERTRAEGE_Update und VERTRAEGE_New) Public Function VERTRAEGE_FindByKennung(ByVal strKennung As String) As ADODB.Recordset Set VERTRAEGE_FindByKennung = m_oBase.Sql_FindByKennung("VERTRÄGE", strKennung) End Function |