home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form frmdbgrid
- Caption = "Form1"
- ClientHeight = 6030
- ClientLeft = 1095
- ClientTop = 1515
- ClientWidth = 6720
- Height = 6435
- Left = 1035
- LinkTopic = "Form1"
- ScaleHeight = 6030
- ScaleWidth = 6720
- Top = 1170
- Width = 6840
- Begin VB.Data Data1
- Caption = "Data1"
- Connect = "Access"
- DatabaseName = "\source\chap21\biblio.mdb"
- Exclusive = 0 'False
- Height = 300
- Left = 2760
- Options = 0
- ReadOnly = 0 'False
- RecordsetType = 1 'Dynaset
- RecordSource = "select * from titles order by title"
- Top = 4740
- Width = 1155
- End
- Begin MSDBGrid.DBGrid DBGrid1
- Bindings = "FRM621.frx":0000
- Height = 4215
- Left = 60
- Negotiate = -1 'True
- OleObjectBlob = "FRM621.frx":000E
- TabIndex = 0
- Top = 120
- Width = 6630
- End
- Attribute VB_Name = "frmdbgrid"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
-