Image

Horse06
Member Posts: 496
Hi, I tried to add an image to a report.
First of all, I saved the cup.bmp in my C drive. Then on the Section body of the report, I added a PictureBox and set 2 properties
BitmapList C:\cup.bmp
SourceExpr 0 (zero).
But I have an error:
bitmap cannot contain C:/cup.bmp.
The maximum size of Bitmap(including file name and path) is 32K(32756 bytes).
Please help! Thanks!
First of all, I saved the cup.bmp in my C drive. Then on the Section body of the report, I added a PictureBox and set 2 properties
BitmapList C:\cup.bmp
SourceExpr 0 (zero).
But I have an error:
bitmap cannot contain C:/cup.bmp.
The maximum size of Bitmap(including file name and path) is 32K(32756 bytes).
Please help! Thanks!
0
Comments
-
32k is the maximum file size for a picture box. If you want to go beyond this you will have to use an image from the toolbar.0
-
Thanks! How to use it from the toolbar?0
-
What toolbar?!?
Compiled images in objects are limited to 32KB. Used control is Image
Printing (or showing on forms) larger pictures can be done using image stored in BLOB (can be stored in record or imported in runtime).
How it is done, check sales documents. Company logo is stored in BLOB, retrieved from T:79, Picture field in CALCFIELDS and PictureBox control on report has SourceExpr to CompanyInfo.Picture.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions