ActiveX Control not licenced...?

E

Eddy Fernandes

I wanna to develop into a form an way to get some archives from PC using the
ACtiveX control COMMOM DIALOG, but the answer is:"YOU HAVE NOT LICENCE TO USE
THIS ACTIVEX CONTROL".
And now, what can I do to finalize my application? How can I resolve this?
 
E

Eddy Fernandes

Well,
Trouble resolved!!!
I got the information that I had needed in this
example:"http://www.mvps.org/access/downloads/Explorer.zip"

Idea in my application was:
In MSAccess OLE Objects requires many space in disk, and how many user entry
dates, principally pictures, database grows up of size, so I was looking for
some code or way to optimize it;
My solution for this it's: user select a picture that make reference for
that record in a form, and using the example bellow I got a way to use just
FILE PATH that user choose, in a personalized form that reads files
information passing it to a text box control, and this text box control
repass the file path to image control in the form.

The good of it is database not get the file, like seems in an OLE Object,
but just that file path ONLY, updating the information when text box control
sends another file path to image control, showing the correct information
(using Form_Current procedure).

The best this is what Commom Dialog ActiveX is not used, but developer can
personalize a form to read and colect information of the file using list
boxes, comand buttons and text boxes.

Try it this example bellow, I guess it more better than ActiveX control.
thanx!


"Douglas J Steele" escreveu:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top