
Please help.
I'm using Btrieve API in
VB and I'm trying to use the get operation
(GET EQUAL) to set the position of the record that I wan't to get.
I always received status 4 or status 9 when I issue the Get Equal
command. My key is segmented first is string len 15 and the 2nd is
an integer.
this is how I assign it to KeyBuffer:
KeyBuffer = String15 & Trim(Str(IntKey))
then GET Equal
Hope to hear from you guys.
Thanks