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
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 ;-(
I do soon required correction.
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.