Hello,
I hope someone can help me...
I have a little code in some tables that should give
the number of the current table to a codeunit.
Is there a special command for the current tableno.?
thanks.
No there isn't. But with a little trick you can get it.
Put the record in a recordreference. In the recordreference, there is a property "Number" that gives you the object ID.
Or just put DATABASE::"My Table". This returns an integer.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Answers
Put the record in a recordreference. In the recordreference, there is a property "Number" that gives you the object ID.
Or just put DATABASE::"My Table". This returns an integer.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
recref := rec doesn't work
how can i put a rec in a recref?
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Used to do this prior to recref stuff...