Găsiți un element într-o grilă vfp

Exemple de cod

0
0

găsiți un element într-o grilă vfp

// Use this if you need find and select an item from a grid on vfp 9
// Make sure you put the right name of the textbox, the grid, and the column
//your'e searching for :)

PRIVATE strItem
STORE THISFORM.TEXTBOX.Value to strItem
SELECT (THISFORM.Grid1.RecordSource)
LOCATE FOR yourcolumn = strItem
IF FOUND() = .T.
	THISFORM.Grid1.SetFocus
ENDIF

Pagini similare

Pagini similare cu exemple

În alte limbi

Această pagină este în alte limbi

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................