NAV Integration to Notepad

Administrator
Member, Moderator, Administrator Posts: 2,506
NAV Integration to Notepad
Make it easier to enter text in the comment line tables by opening an external text editor. In a text editor you are not limited by the record length of the comment line. The object is prepared to open the Notepad editor, but you can use any text editor that will return a text file. Refer to the information in the documentation part of the object to see the easy implementation of the object.
http://www.mibuso.com/dlinfo.asp?FileID=914
Discuss this download here.
Make it easier to enter text in the comment line tables by opening an external text editor. In a text editor you are not limited by the record length of the comment line. The object is prepared to open the Notepad editor, but you can use any text editor that will return a text file. Refer to the information in the documentation part of the object to see the easy implementation of the object.
http://www.mibuso.com/dlinfo.asp?FileID=914
Discuss this download here.
0
Comments
-
-
I have not tried to download the Waldopad. As I read from the download information it's more or less the same. The Notepad integration does though not include DLL's. You will though have to inlcude 2 lines of code to call the function for each of the comment line tables. Furthermore the Notepad integration does not include any formatting of the text but it's an easy way to enter a lot of text and to view it for reading. From the Notepad you can also print it if needed.0
-
NAV Integration to Notepad
Make it easier to enter text in the comment line tables by opening an external text editor. In a text editor you are not limited by the record length of the comment line. The object is prepared to open the Notepad editor, but you can use any text editor that will return a text file. Refer to the information in the documentation part of the object to see the easy implementation of the object.
Update:
A more general call to the Notepad have been made by using ENVIRON. Thanks for putting that to my attention Preben Rasmussen.
http://www.mibuso.com/dlinfo.asp?FileID=914
Discuss this download here.0 -
As I'm not mistaken, this is exact what the notepad of ToIncrease does. Did you copy it in some way?
The main difference with WaldoNavPad is that I provide an automation which can convert big amounts of texts to small peaces, and still keep the format more or less in the comment lines. After loading the text back into notepad, it keeps the same formatting (with formatting, I mean paragraphs). The Waldonavpad only cuts of text at the position of a space or a carriage return.
Furthermore, you get a customizable notepad window (title, OK and Cancel button, readonly, ...), which gives you a more NAV Look&Feel.
Anyway, it's all explained at the download.
This download is a nice way as well, mainly because it doesn't use automation.
Sorry if this may sound a bit protective0 -
My integration to Notepad is not copied from anywhere. [-X
As you mention it does not use automations, but at the same time it offers to present the text in the Notepad just as you originally entered it with paragrahs and everything. This though requires that you create a boolean carriage return field in the comment line. This is also explained in the documentation part of the object. In any case it will return text to the comment line with respect for spaces and carriage return.
In my Navision solutions I also use a self made editor which is very much Navision like with OK and CANCEL buttons, but here I can offer that you make a small change to the object and use the text editor you like.0 -
Anders Pahuus wrote:My integration to Notepad is not copied from anywhere. [-X
It just sounded really familiar. ... Integration with any kind of notepad ...
Never mind, good job!0 -
How can I configure this tool in sublines, i.e. sales line - discription?
Shall I use the SetFields() function?
Which parameters have to be used to select the discription field?
In sales line comment it works fine for me.Rallnus (Yamaha FJ1200 - '89 / 25th anniversary was great!)0 -
I've found the solution.
You have to use the following commands in your trigger:
locrecRef.GETTABLE(Rec);
loccuNotepad.SetFields(50001,7,50002,50000);
loccuNotepad.CommentLine(locrecRef);
SetFields(parintDateField : Integer;parintCommentField : Integer;parintUserField : Integer;parintReturnField : Integer)
The referring table has got the fields:
50001: Date field
7: Field of discription
50002: Code field
50000: booleanRallnus (Yamaha FJ1200 - '89 / 25th anniversary was great!)0 -
Hi, any updates for RTC? love the way it is working in classic.
0 -
Because I need a simple codeunit and no dll or external program I have spend some time testing and improving this download.
I have extended it too with a function to save text in to a blob field or add something else to a blob.
Examples are included. Import this codeunit and compile. That's all.
Ps.
Maybe someone can help with some hints to make it work in 2013-2016 too. Only the copy of the text file to the client is needed and it will work.
Maybe the author can create a new download on mibuso. For now you can use below link:
http://my.dvision.nl/default.aspx?Codeunit51000-IntegrationToNotePad.txt
0 -
Thanks for feedback. I have fixed 2 bugs and added a simple example:
How to edit comment lines in Comments form 124?
> Create button
> In push event
> Create variable "Notepad" to this codeunit
> Add code:
Notepad.EditCommentLines(Rec);
Download is now available (version 2.1)0 -
is there an updated to this codeunit that can work with RTC. At the moment it is using ENVIRON and SHELL commands that do not work in RTC.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