4Site
Support Request System
View Patch #50.012.009
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
02206 -
VO Query - cheque status disappears after clicking Refresh
Symptoms:
Original problem on this request was that the cheque information was not always showing up. It is working as designed. If you single click on a voucher it will show the cheque info. But if you click the Refresh button it is refreshing the entire grid so can't show a specific cheque status since there could be more than 1 voucher in the grid. I think it was a misunderstanding of what the Refresh button was doing.
Solution:
1. The dates were formatted with the time of 12:00AM so it did not find anything for Feb 12 since both to and from times were the same. I changed the To dates to add 1 to the date requested so that finds all vouchers to the end of the previous day. I appended 23:59:59 to the passed 'to' dates sInvDtTo and sPayOnTo. The report proc doesn't have to change this way. 2. All numbers formatted as #,###,##0.## 3. Added a Form Unload to unload flink and kill the process. Otherwise I was getting multiple voQuery.exe's running.
Browse Patches
Find a Patch
Return to Request System Menu