Blob Image Name

shibilyshibily Member Posts: 89
edited 2013-01-14 in NAV Three Tier
Hi Experts,

Is there any way that we can get the image name which we select in a NAV RTC Page?
for example, to get the image name of the company logo in the Company Information Page in NAV RTC.

Thanks in advance
Shibily

Answers

  • TroelshTroelsh Member, Microsoft Employee Posts: 79
    We do not store the original filename along with the blob. It's the bitstream nothing else.
    Depending on the fileformat used you may have an option to read the stream and grab a description or other information out of it. E.g. if it's a .png file you can get info as described in the standard http://www.w3.org/TR/PNG/#11textinfo .

    Troels Bent Hansen
    Senior Program Manager
    Microsoft Dynamics NAV


    ****** This posting is provided "AS IS" with no warranties, and confers no rights ******
  • shibilyshibily Member Posts: 89
    Troelsh wrote:
    We do not store the original filename along with the blob. It's the bitstream nothing else.
    Depending on the fileformat used you may have an option to read the stream and grab a description or other information out of it. E.g. if it's a .png file you can get info as described in the standard http://www.w3.org/TR/PNG/#11textinfo .

    Thanks, mate
Sign In or Register to comment.