Help
fvercelli
Member Posts: 7
I need, using NAS with a specific codeunit, to read the list of file in a specific directory and after process the files in a interface.
There's someone that has any idea to make this?
Thak you very much. :?:
There's someone that has any idea to make this?
Thak you very much. :?:
0
Comments
-
-
I need to read the name of all the files in a specific directory and after when the list is complete send each file a procedure that import the files in buffer records.
The problem is that the name of the file are like this:
Customer200410051453.txt
Customer200410051456.txt
ect....
I find the internal table "File" that can be used to obtain list of files in a directory and after cycle on it with the interface procedure.
The problem is that using NAS as Window Service with tha NavisionTimer 1.0 to pool the directory I don't find any command to clear the name of file readed in each program cycle.
I hope that is more clear.
Thank you0 -
Hi,
before you check the real directory, you have to change the filters of the file-var temporaryly to another directory (i.e. "C:\") and then back to the real directory.VirtFile.SETRANGE(Path, 'c:\'); IF VirtFile.FIND('-') THEN ; VirtFile.SETRANGE(Path, ImportDir); VirtFile.SETFILTER(Name, '*.*'); VirtFile.SETRANGE("Is a file", TRUE); IF VirtFile.FIND('-') THEN REPEAT ...
br
Josef Metzbr
Josef Metz0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 327 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