if (numberOfTransOpen == 1 || (numberOfTransOpen > 1 && !printPaymentSchedule)) { // this seems to do nothing if (printPaymentSchedule) { select firstonly tmpCustVendTransOpen; }
Friday, October 29, 2010
Subscribe to:
Post Comments (Atom)
Current version: MS Dynamics AX 5.0.1500.2116
1 comments:
If a code traverses a temporary table and then uses it to display data on a grid then you have to "reset" the cursor otherwise a user will only see the last record. So the code is not that useless.
Post a Comment