First commit 14/02/1999
This commit is contained in:
23
TpvVntClt.dfm
Normal file
23
TpvVntClt.dfm
Normal file
@ -0,0 +1,23 @@
|
||||
inherited VntClt: TVntClt
|
||||
Left = 70
|
||||
Top = 173
|
||||
Caption = 'VntClt'
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 16
|
||||
inherited TbVentasC: TTable
|
||||
object TbVentasCCodCliente: TIntegerField [1]
|
||||
FieldName = 'CodCliente'
|
||||
end
|
||||
object TbVentasCCodFactura: TIntegerField [2]
|
||||
FieldName = 'CodFactura'
|
||||
end
|
||||
object TbVentasCImprimirNotas: TBooleanField
|
||||
FieldName = 'ImprimirNotas'
|
||||
end
|
||||
object TbVentasCNotasFactura: TMemoField
|
||||
FieldName = 'NotasFactura'
|
||||
BlobType = ftMemo
|
||||
Size = 1
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user