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)
2020 release wave 2 Installed product version : 10.0.14 (10.0.605.20015) Installed platform version : Update38 (7.0.5778.41504)
1 comment:
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