Hi,
I would like to disable a button on salesQuotationtable under some conditions.
but I have problem to find where to put my code
button.enable(false);
I try to put it in active method of datasource.
I debug and make sure it did run the code. however maybe it changed status after I setup.
I open the form the button is still enabled.
so I would like to know is there a place to put the code under this scenario?
P.S : I read this article : event method sequence when a form is open
(https://msdn.microsoft.com/en-us/library/aa608211.aspx)
it does even include active() method , why?
Thanks for all the answer
Quatrani
*This post is locked for comments
I have the same question (0)