Search results

  1. C

    Calculate time needed to generate report

    How I can calculate time (for ex. in mseconds) needed to generate report… from OnClick button event up to finish generate the report? So, I’d like to compare which report is open faster. Those two reports are similarly. Displayed the same value. Difference is only in record source and criteria...
  2. C

    How to hide printing (splash) window

    Is possible to hide printing (splash) information window when start printing report? And how?
  3. C

    How to hide printing (splash) window

    Is possible to hide printing (splash) information window when start printing report? And how?
  4. C

    looking up a report from a seperate db

    Dim ac As Access.Application Set ac = New Access.Application ' open the database. ac.OpenCurrentDatabase ("C:\POSDat\prt\prt.mdb") ' uncomment the line below if you want to see Print Preview 'ac.Visible = True ' replace the acViewNormal below with acViewPreview ' if...
  5. C

    Summary count lines of VBA code

    Does exists some software that returns summary count lines of VBA code in entire Access project/application?
  6. C

    Frees graphics memory

    Does exist some API that frees graphics memory? Example please… Thanks
  7. C

    Disappearing custom menu bar

    What cause that sometimes-disappearing custom menu bar from application (FE) in startup? Is it MSAccess bug (MSAccess2K) or something else - like crashing application or Windows before etc. Menu bar is created before and it’s started (selected) in Tools/Startup – Menu bar combo box. Thanx
Back
Top Bottom