4Site
Support Request System
View Patch #50.001.018
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
01913 -
Error adding/changing tax code
Symptoms:
If you try to add a new tax code or change an existing one, you get an error "Object variable or with block not set". Also, after you add a tax code you can't change that same tax code. Clicking the Change button just sits there.
Solution:
This was a problem with single company sites only. When you added the tax code and clicked Save it was validating the tax account grid. The grid is only used for multi-company sites. Single company sites use a text box. The code now skips the grid check if multico=False. If you did a Save & Stay the code set a pkskip=True flag. This skipped reloading the tax detail form since it thought it was already displayed. However if you eventually exitted the detail form and tried to open any tax code from the list, the load of the form was still being bypassed. When you exit the detail form it now sets pbskip=False so it will load the form again from the list.
Browse Patches
Find a Patch
Return to Request System Menu