Merge tool that generates difference file

Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
edited 2002-02-20 in Navision Attain
I am looking for a merge tool that can generate an ASCII-file containing all the differences found, in a way like this:

<BLOCKQUOTE><font size="1" face="Verdana, Arial">code:</font><HR><pre>
+
+
! Table 81 Gen. Journal Line !
+
+
Object is Changed (0,02 % changed)

--- Before ----
IF (GenJnlTemplate.Type = GenJnlTemplate.Type::Financial) AND
NOT TestReport THEN
IF "Account No." <> '' THEN
IF ("Currency Code" <> '') AND
("Bal. Account Type" = "Bal. Account Type"::"Bank Account")
--- After
IF (GenJnlTemplate.Type = GenJnlTemplate.Type::Financial) AND
NOT TestReport THEN
IF ("Currency Code" <> '') AND
("Bal. Account Type" = "Bal. Account Type"::"Bank Account")
</pre><HR></BLOCKQUOTE>

The main issue is that differences should be placed one above the other, and not side by side.
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)

Comments

  • Stefan_LimpertStefan_Limpert Member Posts: 30
    Hi Luc,
    i'm prever the Mergetool from Araxis. It is really comfortable. And a faster way to realize Updates in Navision. Look out for a Demo-Version on Araxis.com
    Regards
    Stefan
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Can it create a file with the differences one above the other? I don't need to visually see the changes on screen, as I want to use the file as part of the documentation.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Sign In or Register to comment.