Editing refs to object in "SQL Window - Edit data of ..."

You will have to know the hexadecimal representation of the reference of the object instance you want to refer to. You can use the REF function to determine this:

select ref(t)
from tid t
where ...
 
Originally posted by Marco Kalter:
You will have to know the hexadecimal representation of the reference of the object instance you want to refer to. You can use the REF function to determine this:

select ref(t)
from tid t
where ...
Thanks. I know the hexadecimal representation of the reference of the object instance.
But I can't insert this representation into the table cell in "SQL Window - Edit data of ..." for appropriate field.
But when I try to paste obtained reference representation from the clipboard, nothing happens.
 
Back
Top