Hi,
I'm working in test environments and trying to learn forms.
I'm trying to mimic the 'General Journal' form Lines button enable/disable behavior on 2 simple custom forms that I created, "HeaderForm" and "LineForm".
I have created a "Lines" button (which has a menu-item with "LineForm") on "HeaderForm".
To disable the "lines" button on header form when opening the line form I have written button.enable(false); in clicked() method of the 'Lines' button. The button gets disabled correctly.
But how do I enable the button on the header form only when the line form is closed?
I can't figure out how to access the Header form button in lines form Close() method.
*This post is locked for comments
I have the same question (0)