Hi,
I think that the setfilter method is wrong when you try filter a field that has a combined index .
e.g:
1) the field is te01 and is number, there is also a field te02 character
2) the index of te01 is str(te01,4)+te02
Try to use the setfilter method and you will se the error . I think the error is at this line:
if uVal1 != nil
cIndexType := ( ::cAlias )->( ValType( &( IndexKey() ) ) )
if ( ::cAlias )->( ValType( &cField ) ) != cIndexType .or. ;
ValType( uVal1 ) != cIndexType .or. ;
ValType( uVal2 ) != cIndexType
MsgAlert( "TWBrowse SetFilter() types don't match with current Index Key type!" )
I think that buildskip is worg too when using the above example at line :
static function BuildSkip( cAlias, cField, uValue1, uValue2 )
local bSkipBlock
local cType := ValType( uVal1 )
regards,
A.S.K
Setfilter TWBrowse
Return to “FiveWin for Harbour/xHarbour”
Jump to
- English Forums
- ↳ FiveWin for CA-Clipper
- ↳ FiveWin for Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog and EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin for Pocket PC
- ↳ mod_harbour
- Foros en Español
- ↳ FiveWin para CA-Clipper
- ↳ FiveWin para Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog y EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin para Pocket PC
- ↳ mod_harbour
- Forum italiani
- ↳ All products support
- Forum Portuguese
- ↳ All products support
- Forum German
- ↳ All products support
- General
- ↳ WhatsNew / Novedades
- ↳ Bugs report & fixes / Informe de errores y arreglos
- ↳ To do - WishList / Por hacer - Peticiones
- ↳ Utilities / Utilidades
- ↳ Off Topic / Otros temas
- Artificial Intelligence
- ↳ TensorFlow and Python examples
- ↳ TensorFlow.dll for Harbour and FWH
- ↳ latest AI news
- ↳ Building TensorFlow.dll
- ↳ AI Introduction (Harbour code and samples)