Hi,
i've got a table called "Classification" which has got a foreign key relation with InventTable.
Each time i delete a record from Classification table i need to check if the record is used or not.
I think the method should be delete() or validateDelete(), but how can i select the "current"
record in x++ code?
Thank you in advance
regards
*This post is locked for comments