Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: CheckBox for Filter on Form

$
0
0

Try this:

public boolean modified()
{ boolean ret; ret = super(); qbr.enabled(!this.checked()); // or maybe the other way around depending on you want to do it on checked or unchecked qbr1.enabled(!this.checked()); AX2012FavoriteFeatures_ds.research(true); return ret; }

Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>