In any form, if you apply a filter with a search string, which returns no records and you exit the form before clearing the filter, you are no longer able to open that form unless you first delete the ZUP file.
Is there a way around this that does not involve putting reset in OnOpenForm of every single form?
Thanks,
Garth
0
Comments
or
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
In certain cases, it gives an error, but this is always because of some programming. You can fix this in several ways:
1)By putting the "SaveTableView"-property of the form to FALSE. But in this case, Navision will never save the filters in the zup-file.
2)In the OnOpenForm-trigger, you can put This deletes the filters in case no record is found
3)Changing the Date or Time of the form. In this way Navision thinks it has been changed and does not re-use the filter-settings saved in the zup-file.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
You can get an upgrade...