Changing the default location of data export

asmilie2b
Member Posts: 122
We use only non administrator accounts for our NAV users. Inside Navision when doing a data export, it always defaults to c:\ for the export location, and of course without administrator rights it can't be saved there. This means the cumbersome (for non savy users) of needing to copy and paste another folder location in. Then even trying to rexport straight away, it reverts to
Is it possible to change the location that Navision exports to permanently?
Bruce
Is it possible to change the location that Navision exports to permanently?
Bruce
Bruce Anderson
0
Comments
-
Dataport -> Property -> FileNameUday0
-
Pruday,
Many thanks for the reply. Do you mean from within the actual dataport itself? I don't see any properties there. Of course there is the filename and browse function, however that is what doesn't remember the last saved location.
Bruce
Bruce Anderson0 -
You will have to go into Design the DP to set the property.Uday0
-
Hi,
Go to the object designer, open your dataport in design mode and then place the cursor under the last DataItem (empty dataitem) and put the the filename in the FileName property.
i.e.: C:\my folder\myfilename.txt
Success.
Idriss.0 -
I realize that it is actually a report, not dataport that I need to change the saving location of.
I tried the same process for reports, but FileName is not something in the table list.
Would if anyone have any advice ?
Bruce Anderson0 -
view the code of the report - if it's exporting data to a file it must be declared somewhere.
something like
ThisFIle.TEXTMODE(FALSE);
ThisFile.CREATE('c:\Hi_MOM.txt');
ThisFile.CREATEOUTSTREAM(Stream);0 -
Many thanks for that.
Bruce Anderson0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions