Reporting20
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMitarbeiternr. May be SqlInt32.Null
- iAuswertungnr. May be SqlInt32.Null
- sBeschreibung. May be SqlString.Null
- sParameterdaten. May be SqlString.Null
- sTitelzeile1. May be SqlString.Null
- sTitelzeile2. May be SqlString.Null
- bParamPrint. May be SqlBoolean.Null
- sSQLWhere. May be SqlString.Null
Properties set after a succesful call of this method:
- iMitarbeiter_AuswertungsparameterNr
- iErrorCode
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMitarbeiter_AuswertungsparameterNr
- iMitarbeiternr. May be SqlInt32.Null
- iAuswertungnr. May be SqlInt32.Null
- sBeschreibung. May be SqlString.Null
- sParameterdaten. May be SqlString.Null
- sTitelzeile1. May be SqlString.Null
- sTitelzeile2. May be SqlString.Null
- bParamPrint. May be SqlBoolean.Null
- sSQLWhere. May be SqlString.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMitarbeiter_AuswertungsparameterNr
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMitarbeiter_AuswertungsparameterNr
Properties set after a succesful call of this method:
- iErrorCode
- iMitarbeiter_AuswertungsparameterNr
- iMitarbeiternr
- iAuswertungnr
- sBeschreibung
- sParameterdaten
- sTitelzeile1
- sTitelzeile2
- bParamPrint
- sSQLWhere
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'Mitarbeiter_Auswertungsparameter'.
Applikationsversion
Applikationsdaten
Angemelderter Mitarbeiter
Applikationsparameter
DB-Verbindungsklasse
Aktueller Applikationspfad
Event Formular "Vertragselement" Closed absetzen
Event Formular Vertragsparter Closed absetzen
Formularsecurity setzen
Aktuelles Formular
Daten ab Datenbank laden
Prüft die DB-Einträge mit den Formcontrols und bei Übereinstimmung werden die Security-Einstellungen gesetzt
Security-Einstellungen setzen
Betroffenes Objeckt (Menuitem, Conrol usw.)
Readonly ja/nein
Sichtbar ja/nein
Name des Unterobjektes - wird für die Spalteneinstellungen von C1TruedbGrids verwendet
Sämtliche Controls vom Formular auslesen
Auslesen von ContextMenuItems
Auslesen von Menu-Subitems
Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
Formular
Objekttyp
Objektname
Objektitem
Formular-Security-Objekte auslesen und auf DB schreiben bzw. Formular-Security zur Laufzeit setzen
Neue Instanz erstellen
Control-Objekt
Betroffenes Formular
Objekttyp
Objektname
Unterobjekt (z.B. bei Menus, Spalten von C1TrueDBGrids)
Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
Klasse für ein Control-Objekt
Daten ab Datenbank laden
Sucht in den Base-Controls sämtliche Controls mit dem Namen in "Key" (Wildcards * möglich) und listet
die gefundnen Controls in der Liste L zur weiteren Bearbeitung
Base-Contrlo (z.B. aktuelles Formular
Schlüssel welcher gesucht werden soll
Liste der gefundenen Objekte
True wenn eines oder mehr Controls gefunden wurden, false wenn kein Control gefunden wurde.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMitarbeiternr
- sVorname. May be SqlString.Null
- sName. May be SqlString.Null
- sTgnummer. May be SqlString.Null
- sEmail. May be SqlString.Null
- iMandantnr. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMitarbeiternr
- sVorname. May be SqlString.Null
- sName. May be SqlString.Null
- sTgnummer. May be SqlString.Null
- sEmail. May be SqlString.Null
- iMandantnr. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iMitarbeiternr
- sVorname
- sName
- sTgnummer
- sEmail
- iMandantnr
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'mitarbeiter'.
Auswertungen, für welche der User berechtigt ist, auslesen
Interne Relation aufbauen und Tree aufbauen
Tree aufbauen
Child-Nodes hinzufügen
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iAuswertungparameternr
- sBezeichnung. May be SqlString.Null
- sOperator. May be SqlString.Null
- sFeldbezug. May be SqlString.Null
- sWert. May be SqlString.Null
- sParamName. May be SqlString.Null
- sParamType. May be SqlString.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iAuswertungparameternr
- sBezeichnung. May be SqlString.Null
- sOperator. May be SqlString.Null
- sFeldbezug. May be SqlString.Null
- sWert. May be SqlString.Null
- sParamName. May be SqlString.Null
- sParamType. May be SqlString.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iAuswertungparameternr
- sBezeichnung
- sOperator
- sFeldbezug
- sWert
- sParamName
- sParamType
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'Auswertungsparameter'.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iSecurityObjectNr
- sSecurityForm. May be SqlString.Null
- sSecurityObjectType. May be SqlString.Null
- sSecurityObject. May be SqlString.Null
- sSecurityObjectItem. May be SqlString.Null
- sSecurityObjectDescriotion. May be SqlString.Null
- iLevel. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- iMandantnr. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iSecurityObjectNr
- sSecurityForm. May be SqlString.Null
- sSecurityObjectType. May be SqlString.Null
- sSecurityObject. May be SqlString.Null
- sSecurityObjectItem. May be SqlString.Null
- sSecurityObjectDescriotion. May be SqlString.Null
- iLevel. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- iMandantnr. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iSecurityObjectNr
- sSecurityForm
- sSecurityObjectType
- sSecurityObject
- sSecurityObjectItem
- sSecurityObjectDescriotion
- iLevel
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
- iMandantnr
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'SecurityObject'.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iAuswertungNr
- sBezeichnung. May be SqlString.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- bCR_Report. May be SqlBoolean.Null
- sCR_Filename. May be SqlString.Null
- bCSV_Report. May be SqlBoolean.Null
- sSQL. May be SqlString.Null
- bTXP_Auswertung. May be SqlBoolean.Null
- sBeschreibung. May be SqlString.Null
- sConnectionstring_Subreport. May be SqlString.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iAuswertungNr
- sBezeichnung. May be SqlString.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- bCR_Report. May be SqlBoolean.Null
- sCR_Filename. May be SqlString.Null
- bCSV_Report. May be SqlBoolean.Null
- sSQL. May be SqlString.Null
- bTXP_Auswertung. May be SqlBoolean.Null
- sBeschreibung. May be SqlString.Null
- sConnectionstring_Subreport. May be SqlString.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iAuswertungNr
- sBezeichnung
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
- bCR_Report
- sCR_Filename
- bCSV_Report
- sSQL
- bTXP_Auswertung
- sBeschreibung
- sConnectionstring_Subreport
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'Auswertung'.
Dokument in der Tabelle Dokument speichern
Nummer des Dokument-Datensatzes
Zu speichender Dateiname
Liest das Dokument aus der DB und speichert dieses unter einem temporären Filenamen ab
Klasse für das Speichern bzw. Auslesen von Image-Dateien in der Datenbank
Es werden folgende Datebanktabellen berücksichtigt:
-
Dokument Attribut DocImage
-
Profile Attribut V_Uebersicht (Profillayout des C1TrueDBGrids der
Vertragsübersicht|Vertragselemente
yes
Sucht in den Base-Controls sämtliche Controls mit dem Namen in "Key" (Wildcards * möglich) und listet
die gefundnen Controls in der Liste L zur weiteren Bearbeitung
Base-Contrlo (z.B. aktuelles Formular
Schlüssel welcher gesucht werden soll
Liste der gefundenen Objekte
True wenn eines oder mehr Controls gefunden wurden, false wenn kein Control gefunden wurde.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iApplikationsnr
- sVersion. May be SqlString.Null
- bShowlogin. May be SqlBoolean.Null
- iMandantnr. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- sTmp_filepath. May be SqlString.Null
- bVertragsuebersicht_aktualisieren. May be SqlBoolean.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iApplikationsnr
- sVersion. May be SqlString.Null
- bShowlogin. May be SqlBoolean.Null
- iMandantnr. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- sTmp_filepath. May be SqlString.Null
- bVertragsuebersicht_aktualisieren. May be SqlBoolean.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iApplikationsnr
- sVersion
- bShowlogin
- iMandantnr
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
- sTmp_filepath
- bVertragsuebersicht_aktualisieren
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'Application'.
Formular schliessen
Formualr schliessen
Formular schliessen
Mousedown-Ereignis auf dem Tree
Nach Selektion eines Nodes Parameter neu aufbereiten und Auswerungsmöglichkeit (CR/CSV) anzeigen
Sucht in den Base-Controls sämtliche Controls mit dem Namen in "Key" (Wildcards * möglich) und listet
die gefundnen Controls in der Liste L zur weiteren Bearbeitung
Base-Contrlo (z.B. aktuelles Formular
Schlüssel welcher gesucht werden soll
Liste der gefundenen Objekte
True wenn eines oder mehr Controls gefunden wurden, false wenn kein Control gefunden wurde.
Parameter initialisieren
Selektion Parameter
Datenrow in den zur Auswertung gehörenden Parameterliste suchen
Where Bedingung für die Abfrage zusammenstellen
Where zusammenstellen