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

    I'll try to make advanced search form using KeyUp/KeyPress event. Look attached file. That's sample with classic MSAccess ListBox control. But, ListView control (from MS Windows CommonControls 6) have greater capability than listbox. In VB6 is very simple to do that using FindItem property. But...
  3. C

    Access & ListView control

    danikuper Thank you for answer. I trying to locate an item in ListView control. FindItem property works fine in VB6 to locate an item in listview control. Comment..
  4. C

    Access & ListView control

    llkhoutx I talk about using ListView (ActiveX) control from MSWindows Common Controls 6.0 (SP4) in MSAccess forms.
  5. 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?
  6. C

    How to hide printing (splash) window

    Try this: www.mvps.org/access/api/api0037.htm .. but I don't like that so much. If you find out better solution please send.
  7. C

    Changing icon in ListView control

    Is possible to change icon (put different icon) in specific index (row) in ListView control?
  8. 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.
  9. C

    Copy database file to CD-Writer

    you can use InCD background program by Ahead
  10. C

    Point of Sale application

    Give your mail I will send you my demo POS application. camilovic@ptt.yu
  11. C

    How to hide printing (splash) window

    MaddMax Because, I want to change it with splash window that I made.
  12. 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...
  13. 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...
  14. 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...
  15. 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)?
  16. C

    Compacting currently open mdb/mde - without closing/reopen

    Is possible to compact currently open mdb/mde database - without closing/reopen database after compacting?
  17. C

    How do you remove relationships between tables?

    Maybe tables and relations are hiden. Right click in to the relationships windows and select ShowAll.
  18. C

    Opening Cash Register Draw

    What kind/type of POS printer you use? I ask that because in most cases cash drawer must be in connestion with POS printer by classic cable with RJ11 connector. Then you can open cash drawer by sending (printing) special character (depending of priner specification) on the ms access report.
  19. 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...
  20. 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...
Back
Top Bottom