home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 103
- Width = 467
- Height = 300
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object DBGrid1: TDBGrid
- Left = 0
- Top = 0
- Width = 459
- Height = 269
- Align = alClient
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object Query1: TQuery
- Active = True
- DatabaseName = 'DBDEMOS'
- SQL.Strings = (
- 'select '
- ' O.CustNo, O.OrderNo, O.SaleDate, I.PartNo, I.Qty'
- ' from Orders O, Items I'
- ' where O.OrderNo = I.OrderNo')
- Left = 8
- Top = 40
- end
- object DataSource1: TDataSource
- DataSet = Query1
- Left = 8
- Top = 72
- end
- end
-