PawnTextEditor

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,495
edited 2012-09-14 in Download section
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

  • ajhvdbajhvdb Member Posts: 672
    Thanks for the example code. Still a couple of questions..

    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?
  • ajhvdbajhvdb Member Posts: 672
    Are you still working with NAV?
  • pawanppawanp Member Posts: 90
    ajhvdb wrote:
    Thanks for the example code. Still a couple of questions..

    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_KumarDeepak_Kumar Member Posts: 2
    Sir, it store the files very smooth, but i want to print the related document in the report. how i can print the stored file or called in report.

    Deepak Kumar
  • pawanppawanp Member Posts: 90
    Sir, it store the files very smooth, but i want to print the related document in the report. how i can print the stored file or called in report.

    Deepak Kumar

    You cannot print the stored file, since the text is stored in RTF format.
  • Dan_YangDan_Yang Member Posts: 1

    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!
Sign In or Register to comment.