Skip to main content
Skip table of contents

FullTextSearchDocking()

FullTextSearchDocking() – Kurzbeschreibung

Erstellt die Volltext-Suche als ein dockbares Fenster.

ParameterBeschreibung

Owner:O

Das Formular, auf welchen die Suche angedockt werden soll

MainTable:O

Die Tabelle, die durchsucht wird

MaskID:N

Masken-ID der Maske, die neben der Suche angezeigt werden soll

SortOrderFields:C

Namen der Felder getrennt mit Komma, wonach die Sortierung stat finden soll

Rückgabewert

Objekt - TCbFullTextSearch

Beispiel

CODE
| oForm, oDab000, oFullTextSearchDocking |

oForm := CreateObject('TFormEx', 'TFormEx'),
oDab000 := BeOpen(waDab000),
startseq
  oFullTextSearchDocking := FullTextSearchDocking(oForm, oDab000),
  oFullTextSearchDocking.CbHelper.CbManualDock(oForm),
  Show(oFullTextSearchDocking),
  ShowModal(oForm),
always
  BeClose(oDab000),
stopseq

Weitere Verknüpfungen


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.