Re: Conditional Formatting for Image box on Continuous Forms - Again
- From: Costa Zu <get_cool@xxxxxxxxxxx>
- Date: Thu, 26 Apr 2007 13:40:55 +1000
Peter,
Thanks for the advice. I used the Attachment method in Access 2007
and it is working fine. As I am only dealing with thumbnails I don't
mind the objects being stored in the database. When I click on the
thumbnail it takes the main form to the record selected. The main
form uses Image controls to load the images to display.
I would still like to know how to license the MSFLXGRD.OCX though,
because I will be needing to display a matrix of images later.
Thanks for your help,
Costa
On Tue, 24 Apr 2007 14:47:00 +0100, Peter Hibbs
<peter.hibbs@xxxxxxxxxxxxxxxxxxxxxx> wrote:
Costa
Don't panic, it is possible.
What you need to do is have a field for each image in your table. Make
the field types OLE Object and insert then into your Continuous form.
Then you can just copy and paste your images into the relevant fields
when the form is displayed. I think the only problem with this method
is that the images are stored within the database file so if you have
a large number of large images (in KB that is) the file could be quite
large. Northwind database uses this method to show Employee images on
a form (although not a Continuous form in this case).
I suggest you try that method first. If you have a large number of
images you can also do the insert image part using some VBA code but
that is a bit more complicated.
HTH
Peter Hibbs.
On Tue, 24 Apr 2007 13:31:04 +1000, Costa Zu <get_cool@xxxxxxxxxxx>
wrote:
Hello,
This is still driving me crazy.
I am trying to create a continuous subform down the right hand side of
my main form. The subform simply contains a list of thumbnails that I
want to display in a continuous form. I used to have a tall skinny
subform that just scrolled up and down, but now my list is too long
for the maximum height.
When I created the continuous subform the image displayed in each
record defaulted to that of the current record. Advice that I've
received here does not seem to have helped. This is the advice that I
have received to date:
1.
Advice: Upgrade to 2007 because that will do what I want to do.
Action: I upgraded. Bad advice. Images are treated the same as in
2003. Ie: that doesn't work.
2.
Advice: Use MSFLXGRD.OCX and look at
http://www.lebans.com/conditionalformatting.htm
Action: Great idea! I can see the demo. I want to do something
similar to the thing with the flags. However, when I try to add the
control to my form I get the following message:
"You dont have the licence required to use this ActiveX control"
Now what do I do?
Geez! My problem is simple ... give me an Image control that works
the same way as a text box in a continuous form. i.e: displays the
image associated with the right record. Is there no one else in the
world who wants to do this? I am at a total loss and extremely
disappointed with MS and MS Access.
Can anyone help me out?
Thanks
Costa
.
- References:
- Conditional Formatting for Image box on Continuous Forms - Again
- From: Costa Zu
- Re: Conditional Formatting for Image box on Continuous Forms - Again
- From: Peter Hibbs
- Conditional Formatting for Image box on Continuous Forms - Again
- Prev by Date: Re: complete all the fields before exit
- Next by Date: Re: Time Format
- Previous by thread: Re: Conditional Formatting for Image box on Continuous Forms - Again
- Next by thread: Re: Conditional Formatting for Image box on Continuous Forms - Again
- Index(es):
Relevant Pages
|