On Tue, 29 Apr 2008 15:25:50 GMT, "Stephen Quinn"
<stevejqNO@[EMAIL PROTECTED]
> wrote:
>So your moving the database record pointer in a seek and expect the
record
>it *was* sitting on prior to the seek to display correctly.
>
Hello Steve, Paul,
Yes, but that is not the problem - I''ve even let the function return
just a fixed text without doing or seeing anything. This fixed text
turns into NIL too when I click upon it
I am doing exact the same now without getting the NIL values. The only
difference is that I used to pass:
"0017"+o:Contact to the function, passing 00170001, 00170002, the seek
key, this goes wrong
and now I pass o:contact, having changed the stored key to the full
seek key, again passing the very same 00170001, 00170002, and then the
problem doesn't exist.
So there is something weird in the way the code block is treated.
Besides -1) Why do I get a value first? 2) Why NIl (instead of empty).
Dick


|