Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Access/VBA: Fieldproperties speichern (war: Properties eines Field-Objects speichern)

Empfohlene Antworten

Veröffentlicht

hallo,

ich habe unten folgendes modul in access entwickelt. soweit scheint es auch zu funktionieren, aber ich weis nicht, wie ich die erstellten properties für das field-object des recordsets speichern soll. weiss jemand wie das geht ?

cu, frank

[...]

Open verzeichnis & "varlist.txt" For Input As #1

Set recset = datenbank.OpenRecordset(tabname)

 With recset

 For Each feld2 In recset.Fields

   Input #1, feldname, feldtyp, feldbezeichnung

   .AddNew

   Set prop = feld2.CreateProperty("Description", dbText, feldbezeichnung)

   MsgBox (prop.Value)

   'hier müsste jetzt folgen, wie ich die properties speicher

   .Update

  Next

 .Close

 End With

Close #1

[...]

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.