record.RESET; record.SETRANGE(Column, Filter); record.SETCURRENTKEY(OtherColumn); record.FINDFIRST;to the OnValidate-Event of that textbox. Filtering works, but when the tablebox looses its focus, I get a message telling me that I cannot modify the forms source table. But i didn't change anything in the tablebox. When i put the same C/AL-Code in the OnPush-Event of a button, everything works _without_ that messagebox. How can i get rid of that message?
Comments