Write to a BLOB type field in nav2015

kanikakanika Member Posts: 247
edited 2019-03-01 in NAV Three Tier
Hi experts!
I need to put a lot of text in fields of a new nav2015 table but in this version there are no BigText fields and the text is at most 250 characters. I have thought of using the BLOB fields but will not let me write the values just create them; In this version the TempBlob table has no function, I tried to copy the functions of the nav2017 WriteAsText and ReadAsText but they give compilation error.
I need that when you run the page the client can write the text in the Blob field.
Is there another way? How does this version manage the notes?
Thank you all very much.

Best Answer

Answers

  • kanikakanika Member Posts: 247
    edited 2019-03-01
    TallyHo,
    There is no WRITETEXT function in this release for an instream field :(

  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    WRITETEXT is a function of OUTSTREAM, always has been, INSTREAM has READ only
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • kanikakanika Member Posts: 247
    edited 2019-03-04
    OK, I have it and I return that the BLOB field does have value. But how do I put the value on the page for the customer to see?
    Outstreamobj has no function ReadAsText

    -I do not understand why if a field is BLOB subtype bitmap You can put the image directly in the field when you run the table without code and for the memo no-
  • kanikakanika Member Posts: 247
    WRITETEXT is a function of OUTSTREAM, always has been, INSTREAM has READ only
    OK! I thought he meant a function of the BLOB field
Sign In or Register to comment.