How to embed a bitmap object in a report at run time in Access 2002 (286459)
The information in this article applies to:
This article was previously published under Q286459 Moderate: Requires basic macro, coding, and interoperability skills.
For a Microsoft Access 95 and 97 version of this article, see 161010.
For a Microsoft Access 2000 version of this article, see 198463.
SUMMARY
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.
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. REFERENCES
For more information about the image control, click Microsoft
Access Help on the Help menu, type add a picture or object in the Office Assistant or the Answer Wizard, and then
click Search to view the "Use an image control to add an unbound picture" subtopic in the "Add a picture or object" topic.
For more information about the Format event in reports, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type format event in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbhowto KB286459 |
---|
|