I am about to do a modification to DBUtils.bas. It's nothing major, I just want to add a parameter so that the list view is only cleared when said parameter is True.
I would also like to contribute the modification so that everyone can benefit from it.
I am about to do a modification to DBUtils.bas. It's nothing major, I just want to add a parameter so that the list view is only cleared when said parameter is True.
I would also like to contribute the modification so that everyone can benefit from it.
Ouch. I hadn't realised this is probably a breaking change unless there's a way to pass a default value that I haven't found.
Does anybody know of any way?
No. You can add a new sub named ExecuteListView2 which will include the new parameter. The previous sub should just call the new one with the correct value.