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.
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 ******
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 .
Answers
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 ******
Thanks, mate