Picture Control (1 Viewer)

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Good Morning All,
I have this issue with pictures in reports, in my table I have my pictures stored as a OLE Object, an if i want to show those in my reports seems like the only option is to use a third party software "AccessImagine", and I have to pay for it. is there any way to see my pictures without add this Active X control?

thanks in advance for any response :)

Regards
 

Ranman256

Well-known member
Local time
Today, 02:13
Joined
Apr 9, 2015
Messages
4,337
if you have the path of the photo in a field, and an imageFrame on the report
(imageframe is the icon that has the sun over the mountains )

load the image in report detail ON PRINT event
imageFrame.Picture = [FilePath]
 

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Hi, thanks for your reply, unfortunately doesn't work, because I don't have the pictures stored in my PC or network, the pictures came from the users when they submit a new record.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 14:13
Joined
May 7, 2009
Messages
19,247
you can use Bound Object Frame control and bound your ole field to the control.
 

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Hello Sir, and thanks for your reply, doesn't work, only using this active x control works, any other suggestion?

Many thanks!!
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 14:13
Joined
May 7, 2009
Messages
19,247
can you post stripped down version of your db.
 

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Hello there, this is the table and the users submit the pictures, is an OLe object, and the third party active X control seems like is the only one that can handle the pictures.

Any advice?
 

Attachments

  • Capture.JPG
    Capture.JPG
    59.5 KB · Views: 99

Simon_MT

Registered User.
Local time
Today, 07:13
Joined
Feb 26, 2007
Messages
2,177
What version of version of Access are you running. I have had to use an ActiveX component on pre Access 2007. The (25,000) images used COULD NOT be stored and were held on a server and NOT locally.

Simon
 

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Hello, thanks for your interest, I am using Office 365, 2016.
 

Simon_MT

Registered User.
Local time
Today, 07:13
Joined
Feb 26, 2007
Messages
2,177
Above 2007 will handle jpeg images so I have used the picture element and referential logical to the images. I did have to rewrite the Image Management Scripts.

Simon
 

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Hi, thanks for your prompt reply, but it's mean?
That I don't need the active X control? this is a third party and it cost around $65. if so could you please explain how can I achieve this?

Many thanks

Regards
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 14:13
Joined
May 7, 2009
Messages
19,247
can you post a sample of your db, maybe 2 or thee records.
 

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Hi Sir, and thanks for your interest, I am using an application named "Cellica Database", if you can see the PDF file, you get the idea, in the page 8 they suggest to use two different controls to allow user see the pictures in the database, but you have to pay for that, that is why I would like to use any Microsoft control that can do the same.

Many thanks

http://www.cellica.com/kb/Cellica_KB_2013_EE_231.pdf
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 14:13
Joined
May 7, 2009
Messages
19,247
i see, can you post at least 1 record of your table, so i/we can test.
 

Simon_MT

Registered User.
Local time
Today, 07:13
Joined
Feb 26, 2007
Messages
2,177
I used to used dbpix for Access 97 but NEVER stored a single image within the database. With about a GB of images I could access these images with no footprint. I didn't realise there still products advocating storing images in databases.

Simon
 

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Is this what you are looking for?
 

Attachments

  • Capture.JPG
    Capture.JPG
    73.6 KB · Views: 67

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 14:13
Joined
May 7, 2009
Messages
19,247
hello sir, i need a database not picture.
import your table with OLE field to new database and delete some records.
just leave 1 or 2 for test.
if my test fail or succeed, i will inform you.
 

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Hello, please apologize, hope this help!

Many many thanks

Regards
 

Attachments

  • Picture Test.accdb
    1.1 MB · Views: 93

sajarac

Registered User.
Local time
Today, 02:13
Joined
Aug 18, 2015
Messages
126
Thank you very much Sir, I cannot open the file, but if you don't mind could you please let me know if you could see the pictures? at least one, without using the third party active x control?
 

Users who are viewing this thread

Top Bottom