i know SET FILTER is slow ... but when have a "simple" FILTER it most work
Code: Select all
ORDSETFOCUS( 0 ) // no active Index TAG
SET FILTER TO ( TRIM( LOWER( cWorkKeyWord ) ) $ TRIM( LOWER( FORUM->CODE ) ) .OR. ;
TRIM( LOWER( cWorkKeyWord ) ) $ TRIM( LOWER( FORUM->BODY ) ) )p.s. both FIELD are MEMO, about 40000 Records
---
does BROWSE / GRID have a Solution to show "EOF" / "BOF" when reach by press PgUp / PgDown