When I run Find('-')-function with some filters set, Nav starts a search in that table. If it happens with a client open, I can just click cancel if i want to stop the search.
I am trying to write code so that I can cancel a search based on a condition from the code. As example; after 10 seconds, if it hasn't found any records it should stop the search. The reason being that the code is run via NAS.
Have anyone tried to do something similar?