home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form truegrid
- Caption = "Apex Truegrid"
- ClientHeight = 2610
- ClientLeft = 1620
- ClientTop = 2250
- ClientWidth = 6720
- Height = 3015
- Left = 1560
- LinkTopic = "Form2"
- ScaleHeight = 2610
- ScaleWidth = 6720
- Top = 1905
- Width = 6840
- Begin VB.Data Data1
- Connect = "Access"
- DatabaseName = "\source\chp30\PHONE.MDB"
- Exclusive = 0 'False
- Height = 270
- Left = 60
- Options = 0
- ReadOnly = 0 'False
- RecordsetType = 1 'Dynaset
- RecordSource = "PhoneList"
- Top = 2220
- Width = 5295
- End
- Begin VBX.TrueGrid Table1
- AllowArrows = -1 'True
- AllowTabs = -1 'True
- DataSource = "Data1"
- Editable = -1 'True
- EditDropDown = -1 'True
- ExposeCellMode = 0 'Expose upon selection
- FetchMode = 0 'By cell
- HeadingHeight = 1
- Height = 2055
- HorzLines = 0 'None
- Layout = "TRUEGRID.frx":0000
- Left = 60
- LinesPerRow = 1
- MarqueeUnique = -1 'True
- SplitPropsGlobal= -1 'True
- SplitTabMode = 0 'Don't tab across splits
- TabCapture = 0 'False
- TabIndex = 0
- Top = 120
- UseBookmarks = -1 'True
- Width = 6555
- WrapCellPointer = 0 'False
- End
- Attribute VB_Name = "truegrid"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
-