AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Datenbanken Delphi Array in einer Access Tabelle speichern
Thema durchsuchen
Ansicht
Themen-Optionen

Array in einer Access Tabelle speichern

Ein Thema von gfaw · begonnen am 21. Jan 2003 · letzter Beitrag vom 25. Jan 2003
 
gfaw

Registriert seit: 10. Jan 2003
Ort: Baden - Baden
50 Beiträge
 
Delphi 7 Professional
 
#1

Array in einer Access Tabelle speichern

  Alt 21. Jan 2003, 00:44
Hallo,

hat jemand eine erprobte Lösung für mein Anliegen, ein Array aus einer Maske in eine Access Tabelle abzulegen ?

Hier die Definition der Maske :

object paClient: TPanel
Left = 0
Top = 32
Width = 507
Height = 406
Align = alClient
TabOrder = 1
object dbgrdMAMonat: TDBGrid
Left = 1
Top = 1
Width = 505
Height = 404
Align = alClient
DataSource = dsMAMonat
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
ParentFont = False
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = 'Arial'
TitleFont.Style = []
OnColExit = dbgrdMAMonatColExit
Columns = <
item
Expanded = False
FieldName = 'MandantNr'
Visible = False
end
item
Expanded = False
FieldName = 'PersonalNr'
Visible = False
end
item
Color = clBtnFace
Expanded = False
FieldName = 'Monat'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ReadOnly = True
Title.Alignment = taCenter
Width = 100
Visible = True
end
item
Color = 15786144
Expanded = False
FieldName = 'GrundlohnS1'
Title.Alignment = taCenter
Title.Caption = 'Grundlohn S1'
Width = 90
Visible = True
end
item
Color = 15786144
Expanded = False
FieldName = 'GrundlohnS2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Title.Alignment = taCenter
Title.Caption = 'Grundlohn S2'
Width = 90
Visible = True
end
item
Color = 10547440
Expanded = False
FieldName = 'Sollzeit'
Title.Alignment = taCenter
Width = 100
Visible = True
end
item
Color = 11595968
Expanded = False
FieldName = 'ZuschlagAkto'
Title.Alignment = taCenter
Title.Caption = 'Zuschläge Akto'
Width = 100
Visible = True
end>
end
end



Ciao

Alf

:bounce1:
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:14 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz