Waldo Navision Notepad (WaldoNavPad)
With WaldoNavPad you edit big amouts of texts in some kind of textpad, and store it in navision-tables (in pieces) to be able to show the content in a subform. The fieldlenght of a piece of text is adjustable. The pieces of text will be cut of at a "Space" or "Carriage Return".
http://www.mibuso.com/dlinfo.asp?FileID=335
Discuss this download here.
Comments
Any chance of Search and Print capability?
Search functionality will be included in the next release. The print-functionality I have to investigate first.
Thanx for the response.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Is there a possibility to use the WaldoNavPad completely by keyboard, especially to push the buttons by pressing Alt+O or Alt+C?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
With WaldoNavPad you edit big amouts of texts in some kind of textpad, and store it in navision-tables (in pieces) to be able to show the content in a subform. The fieldlenght of a piece of text is adjustable. The pieces of text will be cut of at a "Space" or "Carriage Return".
New functionality:
- Button text is adjustable (with text constants it's easy to make it language dependant).
- Print / Print Preview functionality
- Save text as rtf-file (easy to open in MS Word)
- Search functionality
- Bigger font so text is better "readable".
The download contains:
- navision-objects which shows how to use the WaldoNavPad-DLL.
- a setup for installing the VB.NET-DLL file.
- the sourcecode of the VB.NET Class Library and Test UI
http://www.mibuso.com/dlinfo.asp?FileID=335
Discuss this download here.
This is a really useful tool. One additional tool that I will have our new developer make when he comes on line will be to keep the tags in a separate table as position, tag, so that the files will be useful plain text as well as rich text.
This should preserve the usefullness of existing reports, sales orders, etc. where this information pops out and will make it easy to export to plain text files for other applications.
If someone else gets there first, let me know, otherwise I'll have the code snippit posted in case anyone else wants it.
Nice job with this, I look forward to any future releases you may make!
hm ... have to think about that.
May be store it in a seperate table in a BLOB? This way, we would store it twice, but we can preserve all text-design ... .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Formatting is ok, but really not that important for most folks that I come in contact with. If they really want formatted documents, they can use word.
Nice product and thanks for changing the font size. Joe.
But I have little bug.
After opened editor window select "Edit"-"Find" and in Find window press "Cancel" ("Find what" is empty). Error window show up.
P.S. Excuse me for my bad English.
It will be fixed in the next release.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Customers like to work with a text editor instead of navision forms, especially when they're have to add a lot of text.
Sometimes it makes sense though only to show the text, read only. I know it can be done by just leaving the Save-part out, but it's not visibly disabled. Perhaps you're going to change the control anyway, sometime, and add such functionality.
Best regards
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
We have
- successfully altered the variables passed to include the option field for the table that the comment is affiliated with
- added the Separator field to those tables
The WNP works great but requires that we identify the comment table being used with a Record variable. We would like to dynamically call the appropriate comment table based on the module in use. It looks like a RecordRef variable can open the correct table but then the SETRANGE / SETFILTER functions are not available.
Can anyone tell me how to dynamically change the Comment Table that is used? Thanks in advance
I have not done this before, but I see no issue in solving this with RecordRef-possibilities, don't you think?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Can a RecordRef object be referenced as a Record object?
Thanks
You can find a lot on this forum as well... .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
With other (not so good) pad solutions, it's just a simple DLL, not an 'installer' EXE. The advantage of that simple approach is that with a BLOB field somewhere in the system, you can simply push the DLL out to users when they need the editor.
With the EXE installer road, one has to run setup on every Navision client machince.
Is there any way to more easily distribute this one?
Jeremy
CEO, Spare Brained Ideas, Göteborg, Sweden
New (April 2021) Getting Started with Microsoft Dynamics 365 Business Central Book Available: "Your First 20 Hours with Business Central"
Again, I didn't try this, so I could be wrong.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Regards
There are a few tips on this forum:
http://www.mibuso.com/forum/viewtopic.php?t=8156
http://demiliani.com/blog/archive/2005/09/19/2965.aspx
http://www.mibuso.com/forum/viewtopic.php?t=1543
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Well, maybe someone can help me with one question:
Why is Waldo changing the ASCII-Code 151 (— called dash) to 150 (- short dash)? How can this be solved?
Thanks a lot in advance!
Jut
Or is this meant to be a check against trying to reuse the same text from a prevous instance?
I don't remember exactly, but probably because dash gave a strange character in NAV. What do you meen with: how can this be "solved"? I don't exactly understand what the problem is.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
With WaldoNavPad you edit big amouts of texts in some kind of textpad, and store it in navision-tables (in pieces) to be able to show the content in a subform. The fieldlenght of a piece of text is adjustable. The pieces of text will be cut of at a "Space" or "Carriage Return".
New functionality v3:
Added:
- warning when you changed the text and cancelled. The warningtext is customizable for multilanguage reasons.
- Possibility for working with fonts
- Possibility for making the pane readonly
Fixed:
- Pressing EditFind and then Cancel resulted into an error (cfr. Mibuso member Andic)
New functionality v2:
- Button text is adjustable (with text constants it's easy to make it language dependant).
- Print / Print Preview functionality
- Save text as rtf-file (easy to open in MS Word)
- Search functionality
- Bigger font so text is better "readable".
The download contains:
- navision-objects which shows how to use the WaldoNavPad-DLL.
- a setup for installing the VB.NET-DLL file.
- the sourcecode of the VB.NET Class Library and Test UI
http://www.mibuso.com/dlinfo.asp?FileID=335
Discuss this download here.
I just have a question... can I set the position and size when running it?
Laura
Author of the book Implementing Dynamics NAV 2013
Cursos Dynamics NAV (spanish) : http://clipdynamics.com/ - A new lesson released every day.