FUNCTION works fine in 12.08 but does not work in 13.09 fwh

Re: FUNCTION works fine in 12.08 but does not work in 13.09 fwh

Postby Daniel Garcia-Gil » Thu Nov 28, 2013 1: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
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita

Re: FUNCTION works fine in 12.08 but does not work in 13.09 fwh

Postby shri_fwh » Thu Nov 28, 2013 7: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: Select all  Expand view

lRet  := ( oQry:Seek( c, cSortOrder, nStart, oQry:LastRec(), .T., .T. ) != 0 )
 


Hi Antonio ,

Thanks a lot ...!

Thanks
Shridhar
Thanks
Shridhar
FWH 19.12, BCC 7 32 bit, MariaDB
shri_fwh
 
Posts: 301
Joined: Mon Dec 07, 2009 2:49 pm

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 84 guests