SqlGridRequery

value SqlGridRequery ( string strControl );

Rückgabewert

Rückgabewert

Beschreibung

CONTROL_wrongControl

Das Bauelement mit dem Namen strControl ist keine SQL-Tabelle.

CONTROL_notFound

Es existiert kein Bauelement mit dem Namen strControl.

Parameter

strControl

Der Name des Bauelements SQL-Tabelle, das aktualisiert werden soll.

Bemerkungen

Aktualisiert die tabellarische Darstellung des Bauelements SQL-Tabelle strControl.

Beispiel

SqlGridRequery ("SQLGrid");

Die SqlGrid-Funktionen

Siehe auch SQL-Tabelle, SqlGridGotoBottom, SqlGridGotoRow, SqlGridGotoRowExactMatch, SqlGridGotoSelected, SqlGridGotoTop, SqlGridStartIteration