PawnTextEditor
This Automation gives you the possiblilty to add big amount of formated text into Item table or rather any other table. It uses BLOB Field to store data.
Features:
- Possiblity to store huge amount of formatted text data
- Import and export data in RTF format
- Bold ,italic , text align, font color, font size and other formating options
Installation Instructions:
1. Install setup from PawnTextEditor Setup folder
2. Import Install.FOB to ObjectDesigner
3. Add BLOB Field HTMLData to item table
4. Add variable to page or form
Variable name : PawnTextEditor
datatype : codeunit
subtype : PawnTextEditor Management
5. Add button to page or form as "Edit Html Content" and write code to the button
PawnTextEditor.EditText(Rec);
CurrForm.UPDATE;
6. Thats it!!!!!
Special credits to
Waldo - After seeing WaldoNavpad it inspired me to take this up.
Richard Parsons from codeproject
"There's always more than one way to do it." so let me know if you find any bugs...
http://www.mibuso.com/dlinfo.asp?FileID=1378
Discuss this download here.
Comments
1.
When I resize the form, it doesn't automatically resize the the text..
2.
Is there a way to print the html text with a control?
Thanks for your questions/feedback. I have corrected these in this release http://www.mibuso.com/dlinfo.asp?FileID=1451
Deepak Kumar
You cannot print the stored file, since the text is stored in RTF format.
When I try the test code, error message shows up " Please install PawnTextEditor". I fully followed the instruction and install the automation dll for NAV 2017. Any idea? Thanks!