Options

Quick-Compare v4.0 update

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,496
edited 2006-05-08 in Download section
Quick-Compare v4.0
Quick-Compare is comparison tool for Navision databases.
Differences in databases are localised by comparing two data exports files of virtual table "Object".
Working method:
1. Run Form 70 000 “Quick-compare”.
2. Makes dates export files for basis - and new version:
click Function – Data Export or run Dataport 70 000 “Quick-compare Export”.
3. Specify the path of export files for basis - and new version.
4. Indicate the comparison criteria: click Quick-Compare - Setup.
5. Click Functions - Compare to see comparison results.

http://www.mibuso.com/dlinfo.asp?FileID=560

Discuss this download here.

Comments

  • Options
    Per_BayPer_Bay Member Posts: 6
    Nice little tool...

    But it's seem to be a little bug ;-(


    In Import ju set BASE (Version) flagg to False.

    "DP-Import".FILENAME("Patch Base");
    "DP-Import".IMPORT(TRUE);
    "DP-Import".SetVersion(Code,FALSE,FALSE);
    "DP-Import".RUN;

    "DP-Import".FILENAME("Patch New");
    "DP-Import".SetVersion(Code,TRUE,TRUE);
    "DP-Import".RUN;

    In my example Date 03-05-21 is from BASE fiel, and 060411 from New.

    Code Object Type ID Version Version A Version B Name Modified Version List Date Time BLOB Size Compiled
    1 Table 17 Nej 1 1_TEST G/L Entry Nej NAVW13.70,NAVSE3.00 03-05-21 12:00:00 10512 Ja
    1 Table 17 Ja 1 1_TEST G/L Entry Ja NAVW13.70,NAVSE3.00 06-04-11 7:53:30 10832 Ja

    But in the form it's have switch place...;-/

    I tried to switch the Second Boolean in "DP-Import".SetVersion, but it's seems to mix up the result ;-(
  • Options
    EdSanEdSan Member Posts: 2
    You are right. Thanks.

    I do soon required correction.
  • Options
    AdministratorAdministrator Member, Moderator, Administrator Posts: 2,496
    Quick-Compare v4.0 update
    Quick-Compare is comparison tool for Navision databases.
    Differences in databases are localised by comparing two data exports files of virtual table "Object".
    Working method:
    1. Run Form 70 000 “Quick-compare”.
    2. Makes dates export files for basis - and new version:
    click Function – Data Export or run Dataport 70 000 “Quick-compare Export”.
    3. Specify the path of export files for basis - and new version.
    4. Indicate the comparison criteria: click Quick-Compare - Setup.
    5. Click Functions - Compare to see comparison results.

    In this version a small error has been corrected with thanks to Per Bay, Sweden

    http://www.mibuso.com/dlinfo.asp?FileID=560

    Discuss this download here.
Sign In or Register to comment.