FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FUNCTION works fine in 12.08 but does not work in 13.09 fwh
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: FUNCTION works fine in 12.08 but does not work in 13.09 fwh
Posted: Thu Nov 28, 2013 01:39 PM
Hello

working fine,
shri_fwh wrote://compile the code and run it

//IT BROWSE THE DATA FROM TABLE DOLPHIN_TEST TABLE. NOW YOU CAN TYPE SOME CHAR TO SEARCH VALUES.
//YOU HAVE TO TYPE  "O" ONLY  -- IT GOES TO THE DESIRED RECORD "OC LTR" UPTO THIS IT WORKS FINE WITHOUT ANY ISSUE.
//BUT WHEN TYPE NEXT CHAR "C" IT GIVES ERROR BEEP AND cSeek variable does not update with "OC" it still shows "O" only.
//WHEN "OC LTR" RECORD IS EXIST THEN IT SHOULD NOT GIVE ERROR BEEP.


is the expected result, when you find the last coincidence available will sound the beep, try with "b"+"b" with second "b" will sound de beep because you dont need type another key because found the last coincidence

INSERT INTO dolphin_test ( MEMBER_NAME ) values ("OC DLTR ") ;

and try again
Posts: 336
Joined: Mon Dec 07, 2009 02:49 PM
Re: FUNCTION works fine in 12.08 but does not work in 13.09 fwh
Posted: Thu Nov 28, 2013 07:43 PM
Hi Daniel ,

I have tried and it is working correctly as you mentioned. Thanks a lot for your kind support and giving your time to resolve the issue specially on Holiday.

We have to request to Mr Antonio to include the below change in the next FWH build.

Code (fw): Select all Collapse
lRet  := ( oQry:Seek( c, cSortOrder, nStart, oQry:LastRec(), .T., .T. ) != 0 )


Hi Antonio ,

Thanks a lot ...!

Thanks
Shridhar
Thanks

Shridhar

FWH 24.04, BCC 7 32 bit, MariaDB

Continue the discussion