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.

Borland TDataSet Filteroptionen setzen?

Empfohlene Antworten

Veröffentlicht

Hallöchen ihr leutz.

Also ich benutze den Borland C++ Builder 5.0.

Wie kann ich die FilterOptionen von einer TDataSet setzen?

Ja ich weiss, mit ADOTable1->FilterOptions - aber die Borland-Hilfe dazu sieht ein bisschen seltsam aus:

TDataSet::FilterOptions


__property TFilterOptions FilterOptions = {read=FFilterOptions, write

=SetFilterOptions, default=0};

:confused: gut sag ich mir: schau dir mal TFilterOptions an - und: TFilterOption, TFilterOptions type

enum TFilterOption { foCaseInsensitive, foNoPartialCompare };


typedef Set<TFilterOption, foCaseInsensitive, foNoPartialCompare> TFilterOptions;

häää :confused: :confused: :confused:

Blickt ihr da vieleicht durch?

Danke schon mal im vorraus.

Ah ich hab die Lösung gefunden.

Falls ihr sie wissen wollt:


typedef Set <TFilterOption, foCaseInsensitive, foNoPartialCompare> TFilterOptions;

TFilterOptions s1;

s1 << foNoPartialCompare;

ADOTable3->FilterOptions = s1;

Aber jetzt zeigt er mir einen Fehler an:

"FilterOptions are not supported".

so ein $#|][

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.