home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap21 / frm621.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-09-28  |  1.3 KB  |  43 lines

  1. VERSION 4.00
  2. Begin VB.Form frmdbgrid 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   6030
  5.    ClientLeft      =   1095
  6.    ClientTop       =   1515
  7.    ClientWidth     =   6720
  8.    Height          =   6435
  9.    Left            =   1035
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   6030
  12.    ScaleWidth      =   6720
  13.    Top             =   1170
  14.    Width           =   6840
  15.    Begin VB.Data Data1 
  16.       Caption         =   "Data1"
  17.       Connect         =   "Access"
  18.       DatabaseName    =   "\source\chap21\biblio.mdb"
  19.       Exclusive       =   0   'False
  20.       Height          =   300
  21.       Left            =   2760
  22.       Options         =   0
  23.       ReadOnly        =   0   'False
  24.       RecordsetType   =   1  'Dynaset
  25.       RecordSource    =   "select * from titles order by title"
  26.       Top             =   4740
  27.       Width           =   1155
  28.    End
  29.    Begin MSDBGrid.DBGrid DBGrid1 
  30.       Bindings        =   "FRM621.frx":0000
  31.       Height          =   4215
  32.       Left            =   60
  33.       Negotiate       =   -1  'True
  34.       OleObjectBlob   =   "FRM621.frx":000E
  35.       TabIndex        =   0
  36.       Top             =   120
  37.       Width           =   6630
  38.    End
  39. Attribute VB_Name = "frmdbgrid"
  40. Attribute VB_Creatable = False
  41. Attribute VB_Exposed = False
  42. Option Explicit
  43.