GailFialho
Registered User.
- Local time
- Today, 16:16
- Joined
- Nov 20, 2001
- Messages
- 34
My form is used to associate both images and files to a record. The subtable that contains this information only holds the record index as a foreign key (number), the image or file description (text), and path to the object (text). The form has both an image box and an unbound object frame. Which one is visible is determined by the file extension of the path. I use code to load the object into the correct control.
My problem is that this method works perfectly on the form but when I transfer it to the report, the OLE files won't load. I get an error message that the database cannot perform the action requested. I've placed the specifics into an attached text file.
Any help would be greatly appreciated.
My problem is that this method works perfectly on the form but when I transfer it to the report, the OLE files won't load. I get an error message that the database cannot perform the action requested. I've placed the specifics into an attached text file.
Any help would be greatly appreciated.