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...
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. ...
- Please do not vote for the same download more than once.
- Please be objective, if everyone receives 1 or 5 stars, the ratings aren't very useful.
- Do not vote for your own resource or a competitor's.