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.

Probs. bei UpdateData mit SDI + Access Datenbank

Empfohlene Antworten

Veröffentlicht

Möchte bestimmte Werte meiner Access-Datenbank schon in der Funktion DoDataExchange abrufen.

Meine gekürzte Source:

void CTerminPlanerView::DoDataExchange(CDataExchange* pDX)

{

char txt[100];

long maximum;

CRecordView::DoDataExchange(pDX);

//{{AFX_DATA_MAP(CTerminPlanerView)

DDX_Text(pDX, IDC_UHR, m_sText);

...

DDX_Text(pDX, IDC_DATUM, m_sDatum);

//}}AFX_DATA_MAP

memset(&txt,0,sizeof(txt));

m_pSet->MoveLast();

maximum = m_pSet->m_ID;

MessageBox(ltoa(maximum, txt, 10));

UpdateData(FALSE);

}

Ohne UpdateData funzts aber mit nicht. Ist der Aufruf bei SDI's in der Funk. verboten? Ohne UpdateDate funktionierts zwar, kann aber über die Menü-Leiste nicht mehr in meiner Db herumwerkeln. Wenn ich ein Button event mit der UpdateData verknüpfe funzts. ???

P.S. Brauche die Daten Auswertung unbedingt in der DoDataExchange! Um damit einen Dialog zu füttern.

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.