Index: vhLibLogging.csp =================================================================== diff -u -r178 -r179 --- vhLibLogging.csp (.../vhLibLogging.csp) (revision 178) +++ vhLibLogging.csp (.../vhLibLogging.csp) (revision 179) @@ -22,90 +22,76 @@
- -
-
#(sqlLOGAllFields)#
-
#(" ... WHERE (Datum = '"_($$FormatDateTime^vhLib("MM/DD/YYYY",$H))_"' AND Detail [ 'zoekterm')")#
-
#(" ... WHERE (Actie IN ('DOM.AKP.event.ProductToelevLijnGemaakt','DOM.VKP.event.ProductOrderLijnGemaakt','DOM.PM.event.AdministratiefProductGemaaktEvent','ProductToelevLijnEventData'))  AND (Detail [ '...ID')")#
-
- - - - - -
-

SQL Query:

- -
-   -
-   -
-
Aantal rijen : -
- -
- -
- Show Query Editor -
-
-
-
- - + +
#(sqlLOGAllFields)#
+
#(" ... WHERE (Datum = '"_($$FormatDateTime^vhLib("MM/DD/YYYY",$H))_"' AND Detail [ 'zoekterm')")#
+
#(" ... WHERE (Actie IN ('DOM.AKP.event.ProductToelevLijnGemaakt','DOM.VKP.event.ProductOrderLijnGemaakt','DOM.PM.event.AdministratiefProductGemaaktEvent','ProductToelevLijnEventData'))  AND (Detail [ '...ID')")#
+ +
+ + +

SQL Query:

+ +

+ Aantal rijen:   + + + Show Query Editor + +

+ +
+
-
- -
-
-
-
-
   OF   
- - + + +
+
+
+
+
+
+
   OF   
-
- -
-
-
- -
-
-
-
Aantal rijen : + + +
+
+
+
+
+ +

- - -
- - + +
+ Aantal rijen :   + +
+ +
- - - -
-
-
+
+ + Index: css/vhLibLogging.css =================================================================== diff -u -r178 -r179 --- css/vhLibLogging.css (.../vhLibLogging.css) (revision 178) +++ css/vhLibLogging.css (.../vhLibLogging.css) (revision 179) @@ -1,14 +1,21 @@ +* {padding:0px; margin:0px;} + html, body {height:100%} -html, body, div, h1, table, thead, th, tr, td {padding:0px; margin:0px;} body {color:#000000; background:#eeeeee; font-family:Verdana,Sans-serif,Arial,Helvetica,sans-serif; font-size:12pt;} h1 {font-size:15pt; font-weight:bold; padding:5px;} +h3 {font-size:12pt; font-weight:bold;} .header {position:fixed; z-index:10; left:0px; right:0px; top:0px; padding:5px; background-color:#eeeeee;} .header-title-bar {background-color:#999999; border-radius:3px; } + .content {display:inline-block; min-width:100%; padding:5px; margin-top:45px;} +.ui-vh-input {padding:5px; position:relative; top:2px; border-collapse:collapse; border-style:solid; border-width:1px; border-color:#c5c5c5; border-radius:3px;} +.ui-vh-textarea {width:1400px; height:140px;} +.ui-button {font-size:10pt;} + /* ------------------------------------------------------ */ A { font-size:10pt; color:darkblue; } TABLE { font-size:12pt; }