mibuso.com

Microsoft Business Solutions online community
It is currently Sat May 25, 2013 11:07 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: NAV Object Splitter v3.0.0.0
PostPosted: Thu Apr 12, 2007 10:37 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1901
Location: Wilrijk, Belgium
Country: Belgium (be)
NAV Object Splitter
An object splitter? Again? No! Please read about the advantages below:

General purpose of this software is to provide an easy way to prepare Dynamics NAV object text files to be used with comparision software like "Beyond Compare" or "UltraCompare" and to give the user an easy to use interface and a flexible facility to name, order and arrange the resulting object files which is an "must have" when updating or merging objects.

Naming is done with a naming template which provides the following placeholders:

- {id} *
- {type} *
- {name}
- {date} *
- {time} *
- {version}

All placeholders flagged with an asterisk (*) support formatting.
For example:

"{type}_{id:000000000}.txt" will result in
"Codeunit_000000001.txt" for Codeunit 1.

Or
"{type}_{id:000000000}_{version}_{date:yyyyMMdd}.txt" results in
"Form_000000001_NAVW15.00_200702 28.txt"
for Form 1 in Dynamics NAV 5.00.

Requires Microsoft .NET Framework 2.0.

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

Discuss this download here.


Top
 Profile  
 
 Post subject: NAV Object Splitter v1.2.0.0
PostPosted: Mon Sep 01, 2008 9:31 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1901
Location: Wilrijk, Belgium
Country: Belgium (be)
NAV Object Splitter v1.2.0.0
General purpose of this software is to provide an easy way to prepare Dynamics NAV object text files to be used with comparision software like "Beyond Compare" or "UltraCompare" and to give the user an easy to use interface and a flexible facility to name, order and arrange the resulting object files which is an "must have" when updating or merging objects.

Changes since last mibuso.com version V1.1.0.0:

V1.1.1.0 (15.06.07)
- To support localized object text files (OBJECT-PROPERTIES section), a configuration file is supplied for english and german.

V1.2.0.0 (31.08.08)
- Added support for Page objects (NAV 6.00)
- Now uses a status bar instead of a message box for informational messages.

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

Discuss this download here.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 02, 2008 1:38 am 
Offline
MVP Microsoft Dynamics NAV

Joined: Thu Jan 02, 2003 6:37 pm
Posts: 7931
Location: Howell, MI
Country: United States (us)
Does it work on Vista?

_________________
Daniel Rimmelzwaan
MVP - Dynamics NAV


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 02, 2008 9:18 am 
Offline

Joined: Sun Sep 17, 2006 4:34 pm
Posts: 27
Location: Munich
Country: Germany (de)
DenSter wrote:
Does it work on Vista?


It was developed on Vista 8)
Because this was not your question: Yes, it works for me!

Greets,
Carsten


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 02, 2008 2:08 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Thu Jan 02, 2003 6:37 pm
Posts: 7931
Location: Howell, MI
Country: United States (us)
Thanks. The object splitter I've been using doesn't, and I've had to run it in an XP VPC. I'll give this one a try next time that I need to split objects.

_________________
Daniel Rimmelzwaan
MVP - Dynamics NAV


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 19, 2008 3:45 am 
Offline
MVP Microsoft Dynamics NAV

Joined: Thu Jan 02, 2003 6:37 pm
Posts: 7931
Location: Howell, MI
Country: United States (us)
Great little tool Carsten, works like a charm. Thanks for keeping it such a small tool without an installer. It is quick and accurate, my new favorite objet splitter :)

_________________
Daniel Rimmelzwaan
MVP - Dynamics NAV


Top
 Profile  
 
 Post subject: Re: NAV Object Splitter v1.2.0.0
PostPosted: Mon Mar 09, 2009 1:24 pm 
Offline

Joined: Tue Oct 25, 2005 10:22 am
Posts: 6
Location: Germany
Country: Germany (de)
Hi Carsten :D

it's also perfect for versioning your modifications in subversion (for everyone, who doesn't want to spend days with Team Foundation Server). Simply use a nice subversion client for managing your versions like smartsvn and together with beyond compare you have a very powerful versioning system.

Thanks Carsten, it would be nice hearing from you (guess you still know my mail address :wink:)

Bye for now.
Meik


Top
 Profile  
 
 Post subject: NAV Object Splitter v2
PostPosted: Tue Feb 09, 2010 8:52 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1901
Location: Wilrijk, Belgium
Country: Belgium (be)
NAV Object Splitter v2
Prepare Dynamics NAV object text files to be used with comparision software like "Beyond Compare" or "UltraCompare" and to give the user an easy to use interface and a flexible facility to name, order and arrange the resulting object files which is an "must have" when updating or merging objects.

Features:
- Rewritten from scratch :)
- Command line version (use "NavObjectSplitterConsole.exe -help")
- Sorted join (NAV order, not alphabetical)
- File naming template(s)

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

Discuss this download here.


Top
 Profile  
 
 Post subject: Re: NAV Object Splitter v2
PostPosted: Tue Feb 09, 2010 12:36 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Mon Nov 01, 2004 5:30 pm
Posts: 500
Location: Warnsveld
Country: Netherlands (nl)
Carsten the tool works great. I would however like to have the possibilty to use only the 3 first letters of the objects type as prefix, just like MS is also doing in their NAV core development. Could you add that to the tool. A File naming option like {type3}...

Example
Using {type3}{id}.txt would result in COD1.txt for codeunit 1.

_________________
Luc van Vugt, fluxxus.nl
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community


Top
 Profile  
 
 Post subject: Re: NAV Object Splitter v2
PostPosted: Tue Feb 09, 2010 9:52 pm 
Offline

Joined: Sun Sep 17, 2006 4:34 pm
Posts: 27
Location: Munich
Country: Germany (de)
Hi Luc,

thanks for your suggestion. It is implemented in the upcoming version. Use "{type,3}{id}.txt" for "Cod1.txt" or "{type,2}{id}.txt" for Co1.txt.

Unfortunately the current version has some bugs, especially in OS version checking. The Windows 7 version check requires Windows 7 :( So if you have Windows 7 (which everybody should) you are lucky for now.

The fixed version is already online. Many thanks Luc!!


Last edited by SilverX on Tue Feb 09, 2010 9:59 pm, edited 2 times in total.

Top
 Profile  
 
 Post subject: NAV Object Splitter v2.0.1
PostPosted: Tue Feb 09, 2010 9:55 pm 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1901
Location: Wilrijk, Belgium
Country: Belgium (be)
NAV Object Splitter v2.0.1
Prepare Dynamics NAV object text files to be used with comparision software like "Beyond Compare" or "UltraCompare" and to give the user an easy to use interface and a flexible facility to name, order and arrange the resulting object files which is an "must have" when updating or merging objects.

Features:
- Rewritten from scratch :)
- Command line version (use "NavObjectSplitterConsole.exe -help")
- Sorted join (NAV order, not alphabetical)
- File naming template(s)
- Added support for naming template length limit:
"{type,3}{id}.txt" -> "Cod1.txt" for Codeunit 1.

Fixed some bugs:
- Fixed bug on non Win 7 machines: The Windows 7 check required Windows 7. Good idea :/
- Fixed some ui errors

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

Discuss this download here.


Top
 Profile  
 
 Post subject: Re: NAV Object Splitter v2.0.1
PostPosted: Wed Feb 10, 2010 3:32 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Mon Nov 01, 2004 5:30 pm
Posts: 500
Location: Warnsveld
Country: Netherlands (nl)
=D> Wow that's a real quick update. Compliment!

Unfortunately, as I have tested it just now, it seems not to work. :?

I wanted to use the following File naming (based on the standard {type}{id}.txt): {type,3}{id}.txt and then I am getting this error:
---------------------------
Error...
---------------------------
Object reference not set to an instance of an object.
---------------------------
OK
---------------------------

No files are created. :cry:
Next to that: using either of the standard types the tool throws the warning (even when the file does not exist):
Destination File ...... exists. Overwrite?
So not yet OK, it seems. :bug:

_________________
Luc van Vugt, fluxxus.nl
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community


Top
 Profile  
 
 Post subject: Re: NAV Object Splitter v2.0.1
PostPosted: Wed Feb 10, 2010 4:36 pm 
Offline

Joined: Sun Sep 17, 2006 4:34 pm
Posts: 27
Location: Munich
Country: Germany (de)
Hi Luc,

hmm, thats really boring. Treat the combo box as a readonly dropdown for now and edit your templates in the config file. That works. I will look into it in the next days.

I can not reproduce the second problem. I've checked it some minutes ago without any problem. Can you please send me some infos on your setup (source file, dest. folder etc.)

/Carsten


Top
 Profile  
 
 Post subject: Re: NAV Object Splitter v2.0.1
PostPosted: Tue Feb 23, 2010 6:36 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Mon Nov 01, 2004 5:30 pm
Posts: 500
Location: Warnsveld
Country: Netherlands (nl)
Hi Carsten,

Your tip on updating gthe config file worked OK. Thanx.

About the second issue: cannot reproduce. Probably it was related to the first issue.

_________________
Luc van Vugt, fluxxus.nl
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community


Top
 Profile  
 
 Post subject: NAV Object Splitter v2.0.1.0
PostPosted: Mon Mar 15, 2010 2:20 pm 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1901
Location: Wilrijk, Belgium
Country: Belgium (be)
NAV Object Splitter v2.0.1.0
Prepare Dynamics NAV object text files to be used with comparision software like "Beyond Compare" or "UltraCompare" and to give the user an easy to use interface and a flexible facility to name, order and arrange the resulting object files which is an "must have" when updating or merging objects.

Features:
- Rewritten from scratch :)
- Command line version (use "NavObjectSplitterConsole.exe -help")
- Sorted join (NAV order, not alphabetical)
- File naming template(s)
- Added support for naming template length limit:
"{type,3}{id}.txt" -> "Cod1.txt" for Codeunit 1.
- Drag & Drop

15/03/2010:
Fixed a bug and made some improvements:
- Fixed naming template UI bug
- Made Sort the default and saved in config (suggested by Paul Furlet)
- Dynamic change of source/destination icons (suggested by Paul Furlet)
- Implemented drag & drop (suggested by Paul Furlet)
- Autocreate destination directory if it does not exist (suggested by Davor Perkovac)

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

Discuss this download here.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: