ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/isqlmonitor/RemoteMonitorFormUnit.lfm
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 5 months ago) by tony
File size: 631 byte(s)
Log Message:
IBX: Editor Positioning tidy up
FBINTF: Trap uninitialised SQL parameters on SQL Exec. Avoids Unknown SQL Type errors.
Consistent setting of Modified (SQLParam).

File Contents

# Content
1 object Form1: TForm1
2 Left = 311
3 Height = 484
4 Top = 186
5 Width = 618
6 Caption = 'Remote Monitor'
7 ClientHeight = 484
8 ClientWidth = 618
9 DefaultMonitor = dmPrimary
10 Position = poDefault
11 LCLVersion = '1.8.0.4'
12 object Memo1: TMemo
13 Left = 7
14 Height = 461
15 Top = 12
16 Width = 598
17 Anchors = [akTop, akLeft, akRight, akBottom]
18 ScrollBars = ssAutoVertical
19 TabOrder = 0
20 end
21 object IBSQLMonitor1: TIBSQLMonitor
22 OnSQL = IBSQLMonitor1SQL
23 TraceFlags = [tfQPrepare, tfQExecute, tfQFetch, tfError, tfStmt, tfConnect, tfTransact, tfBlob, tfService, tfMisc]
24 left = 376
25 top = 55
26 end
27 end