Text File XMLport FileName in 2009 SP1

MrBill1962
Member Posts: 28
Hello everyone. I have what should be a very simple question that I'm a little embarrassed to ask :oops: : How do you get the file dialog to appear when the user runs the XMLport? It is not being called in code but directly from the menusuite in RTC. When it is ran, a request form does display but nothing asking for a filename as it would if it were a dataport ](*,)
Some more background info:
Direction: Import
Format: Variable Text
FileName: blank
Thanks!
Some more background info:
Direction: Import
Format: Variable Text
FileName: blank
Thanks!
0
Comments
-
it Works just like importing an xml-file - create a codeunit or a process-only report
Variables: Name DataType Subtype InputFile File Stream InStream ImportXML XMLport ImportMyFile InputFile.OPEN("File Name"); InputFile.CREATEINSTREAM(Stream); ImportXML.SETSOURCE(Stream); ImportXML.IMPORT;
0 -
So what I'm understanding based on your reply is running a XMLport directly from the menu is basically a waste because the user has no way to specify a file name. Is that really correct? ](*,)0
-
Are you try to push the OK button in the request form ?
Must be show up a dialog to save o get the file for the XMLPort.0 -
I would love to press the OK button on the XMLport...but only if the file name dialog appears which it does not. A request page does show, but it is empty. Simply put I'm having a hard time believing that NAV provides a way to run a XMLport directly from the menusuite without providing a method of showing a filename dialog. Can anyone suggest a way to do this without burning a codeunit or modifying an existing one? If not can someone please confirm it can't be done?0
-
First push the OK button and then the file name dialog will appear.0
-
Thank you so much!!0
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