Hello,

I've a dBase III database, in that database there is in HEX a reference to an other file.
This referencefield contains the following 7 bytes: 00 4b 00 25 c9 00 00
The 3rd and 2nd position is the hex value of the length and the 5th and 4th character is the hex value of the starting point in the reference file.
I've in my form somewhere a textbox to display the contents of this variable. But because the first character is allways hex(00) it always shows me an empty string.
I want to pass the complete string of 7 bytes to a piece of code which will read the textdata from the referenced file.

Peter van Collenburg
[email protected]