Recent content by eugz

  1. E

    compile error in format function

    Hi All. Private Sub Form_Open(Cancel As Integer) cboDateStart.Value = Format(Now() - 7, "short date") ... End Sub When I run procedure the Format is highlighted and popup error message:
  2. E

    Limit Login Attempts

    Thanks a lot.
  3. E

    Limit Login Attempts

    Hi yameen. Thanks for replay. What is intLoginAttempts? Thanks.
  4. E

    Limit Login Attempts

    hi All. I create Login form and would like to limit enter wrong password no more then three times. How do it? I will appreciate for sample. Thanks.
  5. E

    display button on selected record in continuous form

    Hi All. I have continuous form in Access 2010. I highlight selected record. Now I would like when user will select record, that record will display button to give ability user delete it. For not selected records button not visible and disable. How to display button only in selected record in...
  6. E

    Show image based on click continuous form record

    If not exist other way can you show how to display and hide image base on selected record? Thanks.
  7. E

    Show image based on click continuous form record

    Hi Mihail. Thanks for replay. I would like to display image in Detail section if is it possible. Thanks.
  8. E

    Show image based on click continuous form record

    Hi All. I have continuous form in Access 2010 and I would like when user will click on record, the image, for instance, imgTest become visible for that record. But for other records the image not visible. How it to do? I will appreciate for sample. Thanks.
  9. E

    no focus for textbox

    Thanks for help. The decision is simple:
  10. E

    no focus for textbox

    The TextBox that I would like no focus has Conditional Formatting rule. When I delete rule that control lost focus. Now problem. How to lost focus and keep Conditional Formatting rule for that control? Thanks.
  11. E

    no focus for textbox

    Hi BigHappyDaddy. Thanks for replay. I would like when user simply clicking the control it doesn't get a focus. Thanks.
  12. E

    no focus for textbox

    Hi All. I have unbound TextBox in continuous form and I would like that it never get focus. In property I specified Enabled=No and Locked=Yes. But it doesn't help. How to solve that problem? Thanks.
  13. E

    highlight record on click Record Selector

    Hi All. I would like to highlight record when user will click Record Selector in the continuous form. How to do it? I will appreciate for sample. Thanks.
  14. E

    change color border of button on mouseover

    Hi dinoc. Thanks for replay. It doesn't change border of the button but it change caption. How to return default color when cursor move out from the button? Thanks.
  15. E

    change color border of button on mouseover

    Hi All. I would like to change color of border button on mouseover event. How it to do? I will appreciate for sample? Thanks.
Top Bottom