4Site
Support Request System
View Patch #40.027.027
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
01586 -
Can't click on the voucher line to open it (since patch 4.24.16)
Symptoms:
This seems to be a result of patch 4.24.16 which fixed the bug where you got an Invalid Procedure Call error when you clicked on the Find Voucher button before the costing grid had been loaded once. That patch fixed the invalid procedure bug by forcing a grdClick on the voucher grid when the batch was loaded. But for some reason it would cause a set focus on the batchid text box and even clicking on the voucher would not set focus to it so you couldn't click on a line and see its details.
Solution:
I switched the order of the grdCost_click and grdVoucher_click during the initial load - that seemed to fix the Invalid Procedure Call error. I added the grdCost_click after the grdVoucher_click in my original change and that solved the problem of clicking on the line. So it now loads the batch and activates the first voucher as the 4.24.16 patch intended plus you can click on a voucher line and open it again.
Browse Patches
Find a Patch
Return to Request System Menu