FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour A problem xBrowse seek < numeric + character >
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
A problem xBrowse seek < numeric + character >
Posted: Tue Jun 06, 2017 01:05 PM
Hello,

I noticed a problem on SEEK with a field-combination numeric + character
I need the field < klasse0 > defined, because it is a GROUP-number.

DOESN't work !
wrong results
typing < 1 > shows 100 and next 150

The seek works with < SPACE + 1 + 5 >

ORDCREATE( ,"LEISTG1","STR(Klasse0) + Leistung", ; // N 3.0 + C 15
{|| STR(Klasse0) + Leistung } , .F. )




ONLY the numeric field
WORKS searching group 15 !
shows 1 and next 15

ORDCREATE( ,"LEISTG1","Klasse0",;
{|| Klasse0 }, .F. )




any idea ?

regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: A problem xBrowse seek &lt; numeric + character &gt;
Posted: Tue Jun 06, 2017 02:15 PM

XBrowse simply uses
dbseek( upper( trim( cSeek ) )

xbrowse incremental seek works the same way as dbseek.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion