LibreOffice logo
BASEDOCUMENTER
The software tool for documenting your LibreOffice Base applications
 
Database file/home/jean-pierre/Documents/BaseDocumenter/www/databases/LODoc/Example_Search_and_Filter.odb
File actual save date2018-06-27 13:59:23
Scanning done on2018-08-21 17:39:10
Documentation generated on2018-08-21 17:39:20
Table of contents
Example_Search_and_Filter
List of modules
Location Library Module name Module type Number of code lines Procedures by module Declaratives
Document Standard Module1 Standard 228 Filter
Filter_Additional_Info
Filter_direct
Hierarchical_Control
Searching
searchstart
REM  *****  BASIC  *****

REM Variables for databaseconnection
DIM oDatasource AS OBJECT
DIM oConnection AS OBJECT
DIM oSQL_Command AS OBJECT
DIM stSql AS STRING
DIM oResult AS OBJECT

REM Variables for the form
DIM oDoc AS OBJECT
DIM oDrawpage AS OBJECT
DIM oForm AS OBJECT
DIM oForm2 AS OBJECT
DIM oField AS OBJECT


DIM stContent AS STRING
DIM inID AS INTEGER
DIM arContent() AS STRING
DIM inI AS INTEGER
DIM inK AS INTEGER