home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form PreviewFrm
- BorderStyle = 3 'Fixed Double
- Caption = "FieldPack demo program 2 -- Report Preview"
- ClientHeight = 5520
- ClientLeft = 255
- ClientTop = 480
- ClientWidth = 9150
- ClipControls = 0 'False
- ControlBox = 0 'False
- Height = 5925
- Left = 195
- LinkTopic = "Form3"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 5520
- ScaleWidth = 9150
- Top = 135
- Width = 9270
- Begin CommandButton cmdClose
- Caption = "Close"
- Height = 375
- Left = 3900
- TabIndex = 1
- Top = 5040
- Width = 1215
- End
- Begin TextBox txtReportPreview
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Courier New"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 4755
- Left = 240
- MultiLine = -1 'True
- ScrollBars = 3 'Both
- TabIndex = 0
- Top = 180
- Width = 8715
- End
- Option Explicit
- Sub cmdClose_Click ()
- Unload PreviewFrm
- End Sub
-