Hello I'm quite new at Navision, using Navision 3.6 atm.
One of our databases has started to show unexpected error messages.
A lookup on these found out that either
*The database or a portion was corrupted
*A function is running infinite loops
*The database has almost used up its free space
We found out that the database is currently at 89%, we want to lower that.
I was given the task to find out the precise amount of records in a list of tables that predates the year 2011.
I have written a codeunit to do just that but I wonder if its possible to change the subtype of the record, so that I don't have to change it every time
in the locals.
Thank you for reading and possible answers
0
Answers
Maybe the RecordRef variable could help you... Take a look to the online help.
It works as expected... More or Less...
It works as expected... More or Less...