2020 release wave 2 Installed product version : 10.0.14 (10.0.605.20015) Installed platform version : Update38 (7.0.5778.41504)
if (numberOfTransOpen == 1 || (numberOfTransOpen > 1 && !printPaymentSchedule)) { // this seems to do nothing if (printPaymentSchedule) { select firstonly tmpCustVendTransOpen; }
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.
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.
ReplyDelete