Search results

  1. K

    Refreshing Issue

    June, I would have tried but didn't quite follow what you meant by "control source". I have an array of filenames and the image pic should be the first one in the array. The Curent event puts the required names into the array.
  2. K

    Shutter bar

    Haha, my attempt to use the 'right' terminology! Mousing over the arrows to open the Nav pane a popup says "Shutter Bar Open/close button". That's on Access 2019.
  3. K

    Shutter bar

    When the shutter bar is open or closed, the Form (Screen?) shifts right/left. Can I detect this event anyhow to shift some controls on the Form that don't move?
  4. K

    Refreshing Issue

    Yes, changing the image only if a new one certainly is better. Also replacing the image control with a Form and using the Picture property further reduces the flicker on the Forms other controls. Just a pity it can't be eliminated completely. Thanks for trying.
  5. K

    Refreshing Issue

    Thanks for that example Moke. Yes it does flicker severely. And I haven't cottoned onto Junes method for eliminating yet. Been trialing a Form instead of an image control. That, and the test for not the same image, seem the most promising. Here's my code, it's not perfect My pic filename is...
  6. K

    Refreshing Issue

    This was all about the flicker could be resolved and the demo was to demo it. I'm now testing with a Form instead of an Image control. This has eliminated the flicker on the Form controls and buttons but isn't quite perfect yet. There will be many images and I was intending to put their...
  7. K

    Refreshing Issue

    Tell me more? If I put the image name in a table I don't need the function? But wouldn't I then need a Function to put the name into the table? Is there an advantage to doing that ?
  8. K

    Refreshing Issue

    Yes, the flicker is the problem and doesn't change here if the Function is moved to a module. I did try a test for an image changing, and although better it was still not acceptable. Would putting the image name in a table help ? It's normally in a array but I altered it for this demo. Would I...
  9. K

    Refreshing Issue

    Thanks for looking. So none of the controls on the top green section flash as the images change?
  10. K

    Refreshing Issue

    I wonder if anyone may have a resolution for the refreshing as any row in the subform is clicked? The problem is caused by (or as) the pictures load. Many thanks for any help. Been trying to fix it myself for several weeks, but nothings seems to make any difference. I have tried two computers...
  11. K

    LIstbox delimiters

    Hah I thought I was being insulted! So I was keen to see what was so bad... as for a space or punctuation in a list box, sure it may be unusual but it's what I have got. Actually the spaces are indents for rows that are not "significant" (for lack of a better word). Most probably the list box...
  12. K

    LIstbox delimiters

    What code is that Pat ?
  13. K

    LIstbox delimiters

    Thank you Pat. I did go with the tables as it also would then allow leading spaces.
  14. K

    List box behaviour

    I got it!! Many thanks... been looking at fixing this since last night LOL
  15. K

    List box behaviour

    CJ, could you tell me - do I look at Form Propeties in Form 2, OR Form2 on Form 1 - and what tab? Have looked all over but only "Allows" I can find are Allow Form View Allow Datasheet View Allow Layout View Thanks.
  16. K

    List box behaviour

    I tried that CJ but it didn't work for some reason. I have attached a mockup which shows the problem. Form 1 shows the 2 other forms with the listboxes.
  17. K

    List box behaviour

    I have two Forms each with (what should be) identical listboxes. There are no Form events or code and the listboxes are bound to a table and populated as expected. When I click on the Form2 list box, that row or line is selected, and that happens for any row. But click anywhere on Form 1's list...
  18. K

    LIstbox delimiters

    Are the multiple quotes using .AddItem better that using a table? Or doesn't really matter ?
  19. K

    LIstbox delimiters

    No, I read it didn't work. Are you suggesting it will ? The table method does though, just seeing now if leading spaces appear or not.
  20. K

    LIstbox delimiters

    No, but I will if that's the only way.
Back
Top Bottom