Search results

  1. S

    msgbox 'hidden' behind form

    Hi, In an Access 2000-database, the messageboxes (called from macro's and vba) sometime (ca 1 on 10 times), apear hidden behind the forms. So that the application seems to be 'frozen'. We've tried: - setting popup and modal both to 'No' for the forms - adding 'systemmodal' to the...
  2. S

    Reset DAO-database-object after standby

    Hi, Is there any method to check if a DAO-databaseobject/connection is still valid? I've an Database-object that stays open for a long time, and it's possible that the pc goes to standby-mode or that a network-connection is lost for a short time. Now i'm interested in a way to restore the...
  3. S

    Retrieve name of selected object in database window

    Hi, Is there any way to retrieve the name of the currently selected object in the database-window from code? For selecting an object we can use docmd.selectobject with the third parameter on 'true', but i want the way back. Thanks in advance, Bert
  4. S

    Retrieve message when user resizes Access' mainwindow

    Hi there, Is there any method to retrieve a message (such like an event) when the user resizes the main Access-window? Thank you in advance, Bert
Top Bottom