Recent content by mixail

  1. M

    Notification Fade-in/Fade-out

    Hi, I'm wondering is there a way to make a dynamic fade-in/fade-out notification label in Access 2003/7. I want to do something like this example Look at enclosed .mdb in form2 and click on command button. I've tried to make something but the result is not as I want to be. Regards, mixail.
  2. M

    SubForm Show History of input

    You should create a query and to filter that query as you want and then to show the query in subform.
  3. M

    Change textbox fore color from Control Source property

    I can't use Conditional formatting. When I put in expression that I want the value which is equal to =year(date()) access give an error that I cannot use such expression. The right example is: I want one textbox which should contains the chosen working year from company profile. And if this year...
  4. M

    Change textbox fore color from Control Source property

    Hi there, I'm wondering if this is possible to be done from the control source property of one textbox. I want to change forecolor of textbox from control source property. Example: Control Source: =IIf(a>b;value "1"+changing textbox forecolor to blue;value "2"+changing textbox forecolor to...
  5. M

    Copy and Paste form objects

    Ya Thanks
  6. M

    Copy and Paste form objects

    Now i saw that you also can call Private sub from other form. This can be a solution. Thanks BR, mixail
  7. M

    Copy and Paste form objects

    Thanks Bad news :(
  8. M

    Copy and Paste form objects

    Hi, I have one stupid question ;) I want to copy object from one form to another and to keep object name and event code behind it. Is that possible, because i really stack with that? :confused: I want simply to make Copy/Paste operation, but to keep there names and event code. BR, mixail.
  9. M

    Image mouse click event doesn't work

    Look at the ms access 2000/2003 example above and you will see the mystery.
  10. M

    Image mouse click event doesn't work

    Hi, Here is Access 2000/2003 version. BR, mixail.
  11. M

    Image mouse click event doesn't work

    Thanks wish me a luck ;)
  12. M

    Image mouse click event doesn't work

    Here is the example. As you will see the "green +" doesn't work and the "blue disk" works fine as i want. Try with right and then left mouse click. BR, mixail.
  13. M

    Image mouse click event doesn't work

    Access 2007 (12.0.6423.1000) SP2 MSO (12.0.6535.5002) Microsoft Office Enterprise edition
  14. M

    Image mouse click event doesn't work

    I've tried that also, but the result is the same. Don't accept mouse click as event. Just if first you click with the right mouse button and the left.
  15. M

    Image mouse click event doesn't work

    WIN 7 Ultimate Access 2007 (12.0.6423.1000) SP2 MSO (12.0.6535.5002) Everything is up to date The strange think is that before that happens other image mouse events were OK. The only different think which I've done is that i don't insert pictures from access toolbar i just directly paste them...
Back
Top Bottom