A problem xBrowse seek < numeric + character >

A problem xBrowse seek < numeric + character >

Postby ukoenig » Tue Jun 06, 2017 1: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. )


Image

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

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


Image

any idea ?

regards
Uwe :?:
Last edited by ukoenig on Tue Jun 06, 2017 3:42 pm, edited 1 time in total.
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.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: A problem xBrowse seek < numeric + character >

Postby nageswaragunupudi » Tue Jun 06, 2017 2:15 pm

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

xbrowse incremental seek works the same way as dbseek.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10471
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 34 guests

cron