![]() |
FlowFact - Entwicklungstools |
![]() |
Function | AKTEN_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As Recordset |
strWhere: Der WHERE-Teil einer SELECT-Abfrage z.B. Notiz LIKE '%Köln%' strOderBy: Der ORDER BY-Teil einer SELECT-Abfrage z.B. Rubrum,Kennung Rückgabewert: Typ Recordset Public Function AKTEN_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As Recordset Set AKTEN_Find = m_oBase.Sql_Find("AKTEN", strWhere, strOderBy) End Function |