Options

how to display blob field on the form

jksjks Member Posts: 277
How to read data from blob field?
My blob field contains memo type of data.

Can i display the value of blob field in a textfield simply by setting the SourceExpr property of the text field to that blob field.

When i open the table eventhough my blob field contains data i am not able to see it. I see that blob field is empty. Is it ok?

Comments

  • Options
    kinekine Member Posts: 12,562
    No, it is not possible. You can only show blob as image or export/import it into file and then show it through some external component...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    jksjks Member Posts: 277
    Thanks Kine for your instant reply.

    Kine can you please tell me how can i do that?

    Can i display blob field on picturebox?

    Please help.
  • Options
    kinekine Member Posts: 12,562
    If the blob is filled with BMP picture, you can show it through PictureBox (see for example the Company information Form)

    If it is text, you must export it into some file (for example some temporary file), this file show to user and after the actions import back...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.