web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

Blob image randomly not displayed

(3) ShareShare
ReportReport
Posted on by 18
EDIT: Solved
 
Some descriptions has minus letters in the sentence, but BC turned it into CAPITAL letters, so that there was no matching.
 
 
Dear community,
 
Please help me regarding an issue with the display of blob image.
 
I have a table (Storage type) with 3 fields: Number, Description, Picture:
 
table 50010 "Storage"
{
    Caption = 'Stockage';

    fields
    {
        field(1; "Code"; Code[10])
        {
        }
        field(2; Description; Text[60])
        {
        }
        field(3; Pictogramme; Blob)
        {
            Subtype = Bitmap;
        }
    }
    keys
    {
        key(Key1; "Code")
        {
            Clustered = true;
        }
    }
}
 
In my Item card, I have a field for the storage:
 
field(50037; "Storage"; Code[50])
        {
            Caption = 'Stockage';
            TableRelation = "Storage".Description;
            ValidateTableRelation = false;
        }
 
When selecting a storage type in my item card, I display the related picture in a factbox.
 
page 50000 "Item Image Factbox"
{
    ApplicationArea = All;
    Caption = 'Item Image Factbox';
    PageType = CardPart;
    SourceTable = "Storage";
    UsageCategory = None;

    layout
    {
        area(content)
        {
            field(Pictogramme; Rec.Pictogramme)
            {
                ToolTip = 'Specifies the picture of the media.';
            }
        }
    }
}
 
Finally, I get this image displayed on a report:
 
            dataitem(Picto; "Storage")
            {
                DataItemLink = Description = FIELD("Storage");
                column(Pictogramme; "Pictogramme")
                {

                }
            }
            trigger OnAfterGetRecord()
            begin
                ItemCategory.GET(Item."Item Category Code");
                //StoragePicto.SETFILTER(Description, '%1', "VERINT Stockage");
                //StoragePicto.FINDFIRST();
            end;
        }
    }

    var
        ItemCategory: Record "Item Category";
        StoragePicto: Record "VERINT Stockage";
 
 
My problem is the following: only 1 third of the images are displayed, either in the factbox or the report. 

I have tried to upload other images in place of the ones that don't display but they don't display neither. 
 
What can I do? Thank you for your kind comments and support
 
Jay Rome
 
I have the same question (0)
  • Vahid Ghafarpour Profile Picture
    11,940 Super User 2025 Season 2 on at
    Blob image randomly not displayed
    If any of the responses helped resolve your issue, please take a moment to mark the best answer. This helps others in the community quickly find solutions to similar problems.

    To do this, simply click the "Does this answer your question?" button on the most helpful response and like the helpful posts. If your issue is still unresolved, feel free to provide more details so the community can assist further!

    Thanks for being an active part of the Dynamics 365 Community! 😊
  • Suggested answer
    Khushbu Rajvi. Profile Picture
    19,133 Super User 2025 Season 2 on at
  • Gerardo Rentería García Profile Picture
    23,560 Most Valuable Professional on at
    Blob image randomly not displayed

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Nimsara Jayathilaka. Profile Picture

Nimsara Jayathilaka. 3,864

#2
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 3,185

#3
Sumit Singh Profile Picture

Sumit Singh 2,850

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans