the annoying Modified flag

trulyjacky
trulyjacky Member Posts: 24
edited 2004-05-03 in Navision Attain
Hi Everyone,

I just got a problem after localizing a Navision database. The Modified Field of each object is set to Yes after I imported the language files. What is the easiest way to erase this flag? It is really boring if I have to clear them one by one. :?

Comments

  • Tommy_Schou
    Tommy_Schou Member Posts: 117
    Just create a report that runs through the table "Object". Then set the field Modified to FALSE and modify. Just be sure to filter the Type field to only include Table..Codeunit. Otherwise you are likely to get an error message.
    Best regards
    Tommy
  • trulyjacky
    trulyjacky Member Posts: 24
    Thanx, I think it is the easiest way. Just 2 lines of code, that's all. :wink: