Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Navision 2016 Blob Field Size calculate

(0) ShareShare
ReportReport
Posted on by 2,205

hi ,

I want to calculate the size of blob field in Navision 2016 so  that i can limit the user to not to upload more than 50 kb size image. As per my understanding blob field can accept 2gb of data.

*This post is locked for comments

  • sanjeet Profile Picture
    2,205 on at
    RE: Navision 2016 Blob Field Size calculate

    Thanks Jeet your Solution works for me.

  • Verified answer
    Community Member Profile Picture
    on at
    RE: Navision 2016 Blob Field Size calculate

    Hi Sanjeet,

    First ....you check file size after .... store file blob filed

    Ex....

    Name DataType

    FILE           File

    filesize Integer

    FILE.OPEN('E:\download\xyz.jpg');

    filesize := FILE.LEN;                              // size give on byte

    IF (filesize > 50000/1000) THEN           // 1 kb = 1000 byte  ..... put your condition //50 kB

    ERROR(' ');

    after this file store on blob filed

    If my answer helps to resolve your issue, please verify it by clicking Yes

    Regards,

    Jeet patadiya

  • sanjeet Profile Picture
    2,205 on at
    RE: Navision 2016 Blob Field Size calculate

    Is there any way to handle this from nav c/al code.

  • Suggested answer
    Suresh Kulla Profile Picture
    47,789 on at
    RE: Navision 2016 Blob Field Size calculate

    Sanjeet,

    Use .net Interop to calculate the size of the file using FileInfo Object and then upload the file. For the sample of how to check the file size check below.

    www.devx.com/.../calculate-file-size-in-c-161025101007.html

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Leaderboard > Microsoft Dynamics NAV (Archived)

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2

#1
mmv Profile Picture

mmv 2

#1
Amol Salvi Profile Picture

Amol Salvi 2

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans