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

report element.execute (programmable section) not in fetch?

$
0
0

Can you execute a programmable section outside of report fetch method? If so, how?

example:

public boolean fetch()

{

 While select * from tmpTable

 {

     element.send(tmpTable);

     this.calcTotals();

 }

}

publid void calcTotals()

{

  //do some stuff

   element.execute(1);

}


Viewing all articles
Browse latest Browse all 72043

Trending Articles



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