ACC: How to Embed a Bitmap Object in a Report at Run Time (161010)
The information in this article applies to:
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q161010 SUMMARYModerate: Requires basic macro, coding, and interoperability skills.
This article shows you how to use code to embed a bitmap image in a report
at run time. The example uses an image control instead of an OLE object
frame to store the bitmap.
You can use Visual Basic for Applications code to embed an OLE object into
a control on a form at run time. To use this method, however, you have to
set the Enabled property of the control to Yes and the Locked property to
No. In a report, OLE object controls do not have Enabled or Locked
properties. To work around this behavior in reports, you can embed bitmaps
and other graphic images in an image control.
This article assumes that you are familiar with Visual Basic for
Applications and with creating Microsoft Access applications using the
programming tools provided with Microsoft Access. For more information
about Visual Basic for Applications, please refer to your version of the
"Building Applications with Microsoft Access" manual.
REFERENCES
For more information about the image control, search the Help Index for
"image controls, creating."
For more information about the OnFormat event in reports, search the Help
Index for "OnFormat property."
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbhowto kbProgramming kbusage KB161010 |
---|
|