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