Search results

  1. C

    Access 2007 -> Access 2003 runtime downgrade

    Hi, Does Access 2003 (or 2000/2002) runtime licence may be covered with Access 2007 retail licence (FFP)? Actually, I want to downgrade client from Access 2007 Runtime to Access 2003 (or 2000/2002) runtime environment I have retail (FFP) licence of Access 2007. In testing phase, I conclude...
  2. C

    Access & ListView control

    In search form I have listview control in which I load data witout problem. I try to use .FindItem property to locate the record (depending of search string) but without success. I receive error message “Invalid property value” Where I’m wrong?
  3. C

    Changing icon in ListView control

    Is possible to change icon (put different icon) in specific index (row) in ListView control?
  4. C

    Names of active running programs

    How I can get name/list of active running application/programs in Win98? Actually, I want to loop through running application and get their names.
  5. C

    Getting/capturing value from Access status bar

    How I can get real-time value (text or progress bar-process indicator stage) from Access status bar? I mean text like; Form View, Calculating …, Running Query… etc. At the same time, (when query is start running) I want to know progress/process indicator value (10%, 20%, 30%….100%) from status...
  6. C

    Getting/capturing value from Access status bar

    How I can get real-time value (text or progress bar-process indicator stage) from Access status bar? I mean text like; Form View, Calculating …, Running Query… etc. At the same time, (when query is start running) I want to know progress/process indicator value (10%, 20%, 30%….100%) from status...
  7. C

    'Linked table' Run-time Error 70 Permission denied

    I made .exe file that generate log.txt file witch I link in to the Access2k database. Those .exe file work in background and each 5sec write a new record in log.txt file. I want to read data from log.txt by linked table in REAL TIME in Access database. Problem appears when .exe file try to write...
  8. C

    Reference to a public constant in query criteria filed

    Is possible to use reference to a public constant in query design window (in criteria field)?
  9. C

    Compacting currently open mdb/mde - without closing/reopen

    Is possible to compact currently open mdb/mde database - without closing/reopen database after compacting?
  10. 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...
  11. 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...
  12. 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...
  13. C

    How to hide printing (splash) window

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

    How to hide printing (splash) window

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

    Summary count lines of VBA code

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

    Frees graphics memory

    Does exist some API that frees graphics memory? Example please… Thanks
  17. 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