When calling NIFOpenCollection, for certain views I am getting the error ID which after conversion with OSLoadString is “This view is obsolete and requires missing field list. Please edit and re-save the view.”
So, how to solve this issue? Is there any way to refresh, re-save view in program?
Silly question - but do you really need to use C API calls?
API calls should always be reserved for very low level manipulation of Notes objects. Are you sure you can’t achieve what you are doing with standard LS classes?