Einzelnen Beitrag anzeigen

gfaw

Registriert seit: 10. Jan 2003
Ort: Baden - Baden
50 Beiträge
 
Delphi 7 Professional
 
#6
  Alt 22. Jan 2003, 12:40
Hi X-Dragon,

vielen Dank. Ich nehme an, Du meinst dies hier :

object qrLohnkonto: TqrLohnkonto
Left = 0
Top = 0
Width = 794
Height = 780
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 16
object adotMandant: TADOTable
Connection = fmMain.adocMain
CursorType = ctStatic
LockType = ltReadOnly
TableDirect = True
TableName = 'tb_Mandant'
Left = 16
Top = 112
object adotMandantID: TIntegerField
FieldName = 'ID'
end
object adotMandantMandantNr: TIntegerField
FieldName = 'MandantNr'
end
object adotMandantName: TWideStringField
FieldName = 'Name'
Size = 64
end
object adotMandantStrasse: TWideStringField
FieldName = 'Strasse'
Size = 64
end
object adotMandantPLZ: TWideStringField
FieldName = 'PLZ'
..............................
..............................
..............................
end


Ciao

Alf
  Mit Zitat antworten Zitat