Open a text file in notepad but go to a certain line

jwilder
Member Posts: 263
In NAV I have a record that lists the path of a file, the line # and pointer position. I would like to use this info to open the text file and go to a certain position or line.
I have used the shell command in the past to open a file but do not know how to visibly move to a certain position in the file.
Here is the code I would use to open the file:
IF ISCLEAR(ShellControl) THEN
CREATE(ShellControl);
ShellControl.Open("Full File Path");
Any thoughts on how to move to a certain line?
I have used the shell command in the past to open a file but do not know how to visibly move to a certain position in the file.
Here is the code I would use to open the file:
IF ISCLEAR(ShellControl) THEN
CREATE(ShellControl);
ShellControl.Open("Full File Path");
Any thoughts on how to move to a certain line?
Jason Wilder
jwilder@stonewallkitchen.com
jwilder@stonewallkitchen.com
0
Comments
-
Can't you use the SEEK function of your file object?"Money is likewise the greatest chance and the greatest scourge of mankind."0
-
I am not using NAV file functions since I need to physically open the file. If I were reading the file in memory that would certainly work.Jason Wilder
jwilder@stonewallkitchen.com0 -
I think you'll need some Scripting Tool, to send some keystrokes (Ctrl+G and your linenumber) to notepad once it has loaded the file.
Try AutoIt: http://www.autoitscript.com/autoit3/index.shtml
Notepad tutorial: http://www.autoitscript.com/autoit3/doc ... otepad.htmNo support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)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