Retrieve Image from Navision database

rajendradiwaterajendradiwate Member Posts: 4
I am using Navision 4.0 and Visual Basic 6.0.
I am trying to retrieve the image stored the table. Column data type is blob from navision native database using the cFront control.

I am Able to retrieve the table data but not the image. IF anyone has any suggestions then please eloborate on this ......

](*,)

Thanx -Raj
Microsoft Dynamics NAV
Microsoft Dynamics AX

Comments

  • JalajSrivastavaJalajSrivastava Member Posts: 7
    For this case you need to consider the text Box in place of picture Box and put the image into the local server and in the source expression of textbox u give the adderes of the localhost with image name.
  • kinekine Member Posts: 12,562
    If you are reading BLOBfrom external app, you need to disable compression of the BLOB in the field properties in NAV. Else you read compressed data...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.