Recent content by garyca

  1. G

    Scrollig SelectedItem in LB

    I'm trying to do this as well. It seems the control can't do this.
  2. G

    Page Orientation

    It seems to be a well known problem http://www.access-programmers.co.uk/forums/showthread.php?t=51392&highlight=portrait
  3. G

    Page Orientation

    I have the same issue. Despite the report setting, it prints portrait. But, mind you, only the first time in the session. Bizzare I know. It will revert to landscape for the rest of the session. This happens in 2000 and XP. Any clues?
  4. G

    Recover MDB from MDE?

    I need to upgrade a MS Access 97 MDE file to MS Access XP. My client has lost the MDB file though. Is there anyway to recover the MDB or is it gone for good? I know passwords are recoverable so I'm hoping MDB's can be too.
  5. G

    Monitoring a DOS Shell

    Fixed it. Problem solved. I had to add a reference to the Windows Hosting Script Object (in Access 97). Once I did that, the WHS has a nifty object that has what I need. cmdline = "c:\myexe.exe" Dim objShell As New WshShell Dim z As Long z =...
  6. G

    Monitoring a DOS Shell

    Monitoring a DOS Shell - Resolved I'm using MS Access 97 and shelling to a DOS window. When the window autocloses, I need to proceed with my code. Its the age old problem of halting code execution while waiting for an external process to complete. cmdline = "c:\myexe.exe"...
Back
Top Bottom