Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Brainiac406 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2021
    Posts
    10

    How to format an image in a pull-down field such as a ratings

    Hello

    I am working with BookCAT which based on Access. I did not create the database, only using it. There is a rating field to rate the book that uses images of stars from 1-10. The image is so small it is hard to see so I just want to enlarge it.

    So this is what I know and have tried:
    • The images in the following folder: C:\Users\Public\Public Documents\BookCAT\Rating Images
    • The images are 54x12 pixels
    • The manual says that the images must be no larger than 50x100 pixels and must be .gifs
    • The field for the ratings show that it is long binary data.
    • I have tried to edit the images in a graphics program but the images remain the same in the DB.


    How can I make these images larger in my forms and reports?

  2. #2
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,977
    I have never used BookCAT so can only make suggestions.
    1. Try setting the image properties to use Zoom instead of Clip
    2. Better still scrap the images. Instead use a star character from the Wingdings or Webdings fonts in a text field e.g. Webdings Chr(152). You can then use whatever point size you want for the font
    Last edited by isladogs; 08-08-2021 at 04:32 PM.
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  3. #3
    Brainiac406 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2021
    Posts
    10
    I only see the images in the pull-down list, I don't see anything about the format of the image. I do like your suggestion about using a font instead of an image but how do I find all the places (forms, reports, tables, etc.) that are calling up that field?

  4. #4
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    this would suggest there is only one place it is used
    https://www.fnprg.com/bookcat/helpfile/index.html
    This db product actually permits changes to coding and design?? I'm not going to download it to find out so just wondering how you'd change anything if it doesn't.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  5. #5
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,977
    I only see the images in the pull-down list, I don't see anything about the format of the image.
    In design view, click on an image control then look at the properties sheet.
    The Size Mode property has 3 options: Clip, Stretch & Zoom. Select Zoom
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  6. #6
    Brainiac406 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2021
    Posts
    10
    Quote Originally Posted by Micron View Post
    this would suggest there is only one place it is used
    https://www.fnprg.com/bookcat/helpfile/index.html
    This db product actually permits changes to coding and design?? I'm not going to download it to find out so just wondering how you'd change anything if it doesn't.
    Not the code but the entire database is in Access so everything is accessible and you can make all the forms and reports you want. It is an awesome product! Sadly they closed up shop.

  7. #7
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Post 6 was moderated, I'm pposting to trigger email notifications.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  8. #8
    Brainiac406 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2021
    Posts
    10
    Quote Originally Posted by isladogs View Post
    In design view, click on an image control then look at the properties sheet.
    The Size Mode property has 3 options: Clip, Stretch & Zoom. Select Zoom
    The picture is not in an image field. It is in a combo field for the rating.

  9. #9
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    Can you post a pic of this drop down when it is displayed? I'm wondering if you're talking about a context menu as that's all I've been able to see on the app website.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  10. #10
    Brainiac406 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2021
    Posts
    10
    Here is the screenshot of the form with the combo box showing all the options (images)
    Click image for larger version. 

Name:	BookCAT Screen.jpg 
Views:	16 
Size:	242.2 KB 
ID:	45945

  11. #11
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,977
    Hmm....
    AFAIK, standard combo boxes cannot include images.
    I believe that can only be done using multivalued fields which should be avoided like the plague.

    So, I don't believe those are images. I think those are text characters based on a font like Webdings or similar .....
    OR its a special control e.g. ActiveX and not a standard combobox
    There are some simple ActiveX examples here: Images in a drop down menu | Access World Forums (access-programmers.co.uk) ...but I would avoid ActiveX controls as well
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  12. #12
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,801
    Beginning to think that the right place for this question is the db merchant website help/support.

    This suggests to me that they are images
    The field for the ratings show that it is long binary data.
    and it seems that the size restriction they've placed on the image might be enforced via code regardless of what you do to the image. Also, it is possible that what we see there is not really a combo at all but a subform mimicking a combo - if it is not an ActiveX control. If I understand correctly, you are allowed to alter the design of db objects such as forms? If that is true and there is no vendor support I guess we'd have to see a form design view as well.

    Is there a trial version that would allow anyone to modify form design? I didn't see anything on the site about that.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  13. #13
    Brainiac406 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2021
    Posts
    10
    Quote Originally Posted by isladogs View Post
    So, I don't believe those are images. I think those are text characters based on a font like Webdings or similar .....
    They are definitely images. In the manual, on page 121:

    "Rating Image (Binary). Use this field to store a rating image with the rating. The rating image is shown in lists where you select rating in the data entry window, in browse list, in reports and in the explorer.

    This image must be a GIF file and maximum size is 50x100 pixels."

    In my original post, I mentioned where the images are stored but that is not where the database sees them.
    I tried to make a new image, using the existing names, but the db still only sees the original images.

    Although the company doesn't exist, you can still download the software as a trial. https://www.fnprg.com/index.html

  14. #14
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,977
    OK but as already stated, standard combos cannot contain images,
    So it isn't a standard combo box. Perhaps its an ActiveX control.

    Anyway, whatever it is, the stars look big enough to me! Have you magnified the form in the screenshot?
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  15. #15
    Brainiac406 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2021
    Posts
    10

    Exclamation

    Eureka!!! I found the source of the image....through the main form for the book, I right clicked on the personal rating field and clicked to edit the table..see screenshot below and then clicked to edit one of the entries to get the next screenshot where I can add an image. I changed the rating to a die just to test it out and it worked!!

    Click image for larger version. 

Name:	BookCAT Screen Rating Table.jpg 
Views:	12 
Size:	79.6 KB 
ID:	45947

    Click image for larger version. 

Name:	BookCAT Screen Rating Table Indiv.jpg 
Views:	12 
Size:	67.8 KB 
ID:	45946

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 07-10-2020, 12:41 PM
  2. Replies: 1
    Last Post: 10-27-2019, 08:56 PM
  3. Replies: 6
    Last Post: 03-22-2018, 12:02 PM
  4. Struggling with random ratings
    By EBDoom in forum Queries
    Replies: 5
    Last Post: 03-20-2012, 02:52 PM
  5. Replies: 6
    Last Post: 04-18-2010, 03:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums