mibuso.com

Microsoft Business Solutions online community
It is currently Sat May 25, 2013 10:03 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: Export Navision Table Data PRO
PostPosted: Wed May 26, 2004 1:44 pm 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1901
Location: Wilrijk, Belgium
Country: Belgium (be)
Export Navision Table Data PRO
Quickly export desired Navision data from any table to TXT file.

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

Discuss this download here.


Top
 Profile  
 
 Post subject: thank's
PostPosted: Mon Jun 21, 2004 2:43 pm 
Offline

Joined: Mon Jun 21, 2004 2:35 pm
Posts: 8
Location: Zug, Switzerland
Country: Switzerland (ch)
Thank's for publish this tool - made my live easyer..

but it contains an bug:

if the suggested name contains a '/' (like table 15) it reports an error..
it's easy to fix, but may nice to know..

and an other info: it does not works with NAV3.00 - an problem with the CONVERTSTR.

Christoph


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 25, 2004 9:01 pm 
Offline

Joined: Sun May 02, 2004 2:29 pm
Posts: 466
Location: Stäfa, Switzerland
Country: Switzerland (ch)
I have been notified about the bug and has been fixed, but not released yet. For new version I'm also preparing:
- import of data
- save configurations in zup file (without using additional table object)
- load saved configuration from zup file

_________________
           ®obi           
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯


Top
 Profile E-mail WWW  
 
 Post subject: export is ok , but how about import ?
PostPosted: Thu Jan 27, 2005 11:52 am 
Offline

Joined: Thu Jan 27, 2005 11:49 am
Posts: 25
Location: Riga
Country: Latvia (lv)
export is ok , but how about import ? :D


Top
 Profile  
 
 Post subject: How to fix the bug
PostPosted: Fri Jan 28, 2005 6:44 am 
Offline

Joined: Sat Jan 08, 2005 5:50 am
Posts: 10
Location: Taipei
Country: Taiwan (tw)
RobertMo wrote:
I have been notified about the bug and has been fixed, but not released yet. For new version I'm also preparing:
- import of data
- save configurations in zup file (without using additional table object)
- load saved configuration from zup file


Hi Robert

I'm new to the C/AL programming, could you please guide me to fix the bug when the suggested name contains a '/' (like table 15) it reports an error.. .

Thank you for this great tool

_________________
Warren


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 28, 2005 8:12 pm 
Offline

Joined: Sun May 02, 2004 2:29 pm
Posts: 466
Location: Stäfa, Switzerland
Country: Switzerland (ch)
FInd the line:
Code: Select all
ltTable := STRSUBSTNO('%1 (%2)', lrrRecRef.NAME, liTableID);
and after this line add:
Code: Select all
ltTable := DELCHR(ltTable,'=','/\:*?"<>|');

_________________
           ®obi           
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯


Top
 Profile E-mail WWW  
 
 Post subject:
PostPosted: Fri Jan 28, 2005 8:16 pm 
Offline

Joined: Sun May 02, 2004 2:29 pm
Posts: 466
Location: Stäfa, Switzerland
Country: Switzerland (ch)
BTW, Greetings from Singapore (at the time of writing).

_________________
           ®obi           
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯


Top
 Profile E-mail WWW  
 
 Post subject:
PostPosted: Mon Jan 31, 2005 4:31 am 
Offline

Joined: Sat Jan 08, 2005 5:50 am
Posts: 10
Location: Taipei
Country: Taiwan (tw)
RobertMo wrote:
BTW, Greetings from Singapore (at the time of writing).


Thank you very much. Have a nice stay in the Far East.

_________________
Warren


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 03, 2005 7:17 pm 
Offline

Joined: Sun May 02, 2004 2:29 pm
Posts: 466
Location: Stäfa, Switzerland
Country: Switzerland (ch)
Well I'm now home for almost a month and it was very nice trip. Singapore is for sure nicer than Shangahi... And as Arnold S. says: I'll be bak!
(next week for even longer tour)

_________________
           ®obi           
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯


Top
 Profile E-mail WWW  
 
 Post subject: What about keys ??
PostPosted: Wed Apr 13, 2005 2:54 pm 
Offline

Joined: Tue Mar 11, 2003 8:52 pm
Posts: 1
Location: Osnabrueck
Country: Germany (de)
Hi out there..
What about using keys in this tool??
I wan't to export general ledger records only for a special period and therefor I am using some filters. Exporting the data now runs for a very long time becaus I have more than 40.000.000 records in the table.
If I could select a key it would be perfect.....

By the way, thanx for this tool, makes my life easier.

Best wishes from Germany..

_________________
tso-data GmbH
Michael Lippke
Germany


Top
 Profile E-mail WWW  
 
 Post subject: And the import
PostPosted: Tue Jun 17, 2008 5:17 pm 
Offline

Joined: Tue Jun 17, 2008 4:42 pm
Posts: 2
Location: MÉXICO
Hi, I can Export the information of teh table now How ca I import the information?!!!!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 17, 2008 6:04 pm 
Offline
MVP Microsoft Dynamics NAV
Site Supporter

Joined: Fri Jun 06, 2003 9:01 pm
Posts: 6979
Location: L.I., New York
Country: United States (us)
If this is about the migration of a customer to ver 5 and you don't know how to import a txt file #-o - I suggest you get a senior NAV pro in your organization to help you.
http://www.mibuso.com/forum/viewtopic.php?p=127100

Seriously, if you ever want that customer to do business with you again I would not start guessing on what needs to be done IMHO.

**You can create a dataport to import text files. [-o<

I bet there is a data import program in the download section to accompany this export program

_________________
Harry Ruiz
http://www.cosmeticsolutions.com
http://www.autismspeaks.org


Top
 Profile E-mail WWW  
 
 Post subject: Re: Export Navision Table Data PRO
PostPosted: Wed Oct 28, 2009 1:45 pm 
Offline

Joined: Tue Aug 08, 2006 3:12 am
Posts: 1
Location: Taiwan
Country: Taiwan (tw)
Administrator wrote:
Export Navision Table Data PRO
Quickly export desired Navision data from any table to TXT file.

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

Discuss this download here.


Hi..
I'm new with Navision.
This is my first time to import from mibuso BBS.
Where is the tool (Export Navision Table Data Pro)?
I can find it.
Would you tell me? :shock:


Top
 Profile  
 
 Post subject: Re: Export Navision Table Data PRO
PostPosted: Wed Oct 28, 2009 2:52 pm 
Offline
Site Admin
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Sun Nov 07, 1999 8:01 am
Posts: 3294
Location: Wilrijk
Country: Belgium (be)
1. Visit the download page: http://www.mibuso.com/dlinfo.asp?FileID=350
2. On that page, click on the download title "Export Navision Table Data PRO" (or the download icon) to download the zip-file

_________________
No support using PM or e-mail - Please use this forum.
Search is your friend || Mark your Topic as SOLVED (= green checkmark) when your question is answered || Read the Forum Rules before making a posting

»»» Mark your calendar: NAV TechDays 2013 - 7 & 8 November 2013 ««« Visit the conference website: www.navtechdays.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


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:  
cron