ACC2: Changes to Linked Object Do Not Update Source Properties
ID: Q115188
|
The information in this article applies to:
SYMPTOMS
Advanced: Requires expert coding, interoperability, and multiuser skills.
If you change the source of a linked object on a form using the Links
dialog box, the SourceObject and SourceItem properties for that object will
not be updated, although the object itself will be updated correctly.
CAUSE
The SourceObject and SourceItem properties are used only to create new
objects or update existing objects. They are not meant to reflect an
object's current description.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Access version
2.0. We are researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONSteps to Reproduce Problem
- In any database, create a new form.
- Place a bound object frame on the form.
- From the Edit menu, choose Insert Object.
- Select the Create From File option button. Choose the Browse button.
- In the File Name box, select any .BMP file from your Windows directory,
and then choose OK.
- In the Insert Object box, select the Link check box, and then choose
OK.
- From the Edit menu, choose Links.
- In the Links box, select the link, and then choose the Change Source
button.
- In the File Name box, select a different .BMP file, and then choose
OK.
- Choose Close. Note that the linked object in the form is updated.
- View the object's properties. Note that the SourceItem property
is blank.
Note that if you copy the item in Windows Paintbrush, and then paste it
into the form with the Paste Special command, selecting the Paste Link
option button, the properties will be filled in correctly.
REFERENCES
For more information about links, search for "linked object," and then
"Links Command (Edit Menu)" using the Microsoft Access Help menu.
Keywords : IntpOle
Version : 2.0
Platform : WINDOWS
Issue type : kbbug
|