Create Instance of TextStream

Chandan_kansal
Member Posts: 27
Hello Everybody,
In navision, how file system is used.I mean to say how instances of 'Microsoft scripting Runtime' classes.Actually I want to access text files through navision.I m able to create the files but cann't access them.I want to read,write and copy etc. in the files thru navision.
Anyone having idea...
thanx.
In navision, how file system is used.I mean to say how instances of 'Microsoft scripting Runtime' classes.Actually I want to access text files through navision.I m able to create the files but cann't access them.I want to read,write and copy etc. in the files thru navision.
Anyone having idea...
thanx.
0
Comments
-
Hi
you will need to create some variables
PathandFilename as text 250
Line as Text 1024
InputFile as File
then in the code
PathandFilename := 'C:\Text.txt'; // This can be a variable
if inputfile(PathandFilename).OPEN THEN BEGIN
InputFile.READ(Line);
END;
Hope this gives you some pointers.0 -
Thanx albert.
But is there any need to use automation field.Can we do it using automation.If yes then how.If not why?
Thanx.0 -
Hi Chandan_kansal
Sorry for the late reply
I think that if you are going to Read, Write and Copy you shouldn't use the Automation unless you are going to run a script. You have control from within Navision to do these actions that you require.
In-house we are using the Job Scheduler to run various codeunits that in turn create read and copy files.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