General downloads

Waldo Dynamics NAV Notepad (WaldoNavPad) v3.1

Author
Waldo  
Category
General downloads
Date
09/09/2010
First release
29/02/2004
Size
1,12 MB
Downloads
12387
MD5 digest
CBEFA51587410B960FA5D79CF28EA3AC
Rating
432150
Popularity
Downloaded 6 times in the last two weeks

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".
Also read this blogpost: http://dynamicsuser.net/blogs/waldo/archive/2010/09/08/implement-waldonavpad-in-nav2009.aspx

New functionality v3.1:
Added
- DialogResultOK is only true when (1) you pressed "OK" (duh...) and (2) you changed something (this is new).
- Added Context Menu
- New WaldoNavPad Management codeunit which handles the communication with dll. This way, business logic and dll-communication are separated.
- NAV2009 ready + demo pages
Fixed
- In some cases, words were split in the middle of the word (see topic (http://www.mibuso.com/forum/viewtopic.php?p=108925#p108925))
- Overflow errors

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