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.

MSHFlexGrid

Empfohlene Antworten

Veröffentlicht

Ich habe vor einiger Zeit schon einmal gepostet!

Mein Problem ist das ich aus einem MSHFLexGrid(3 Spalten, 3 Zeilen), in welches ich innerhalb von VB Daten eintrage, diese Daten auch wieder auslesen muss.

Die ausgelesenen Daten sollen dann in eine MS Access Tabelle geschrieben werden.

Das schreiben in das Grid habe ich mittels eines Textfeldes realisiert, doch beim auslesen verzweifel ich langsam

:confused:

Weiss jemand vielleiht Bescheid darüber und hätte unter Umständen sogar ein Codebeispiel für mich?

Es reicht voll und ganz dein Problem 1. zu posten, du wirst deswegen auch nicht mehr Antworten bekommen.

Vielleicht hilft dir das weiter:


Private Sub Form_Load()


  Dim Entry, i


  MSFlexGrid1.Cols = 3


  For i = 0 To 9

    Entry = "Zeile " & i & Chr(9) & "Zelle ( 1/ " & i & ")" & Chr(9) & "Zelle ( 2/ " & i & ")"

    MSFlexGrid1.AddItem Entry, i + 1 ' Add entry.

  Next i


   ' Wähle Zelle aus (3. Zeile, 2. Spalte)

   MSFlexGrid1.Col = 1

   MSFlexGrid1.Row = 2


   ' Text auslesen

   Me.Caption = MSFlexGrid1.Text

 End Sub


Private Sub MSFlexGrid1_Click()


   ' Text der vom Benutzer markierten Zelle auslesen

   Me.Caption = MSFlexGrid1.Text

End Sub

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.