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