Search results

  1. P

    WebBrowser and the Enter Key

    I'm using a WebBrowser ActiveX control on an Access 2000 form. Everything works good except the ENTER key, which is completely unresponsive. I would like to make the Enter key react like it normally would on a website. Any ideas on how to accomplish this???:confused:
  2. P

    Using Activex WebBrowser and Firefox

    I have a database that uses Activex WebBrowser to show a webpage on the form. We have recently started using FireFox for our Web applications. My form no longer works. The code I use is below. How can I modify this code to successfully reference the FireFox controlled websites? Private Sub...
  3. P

    Use pictures that aren't bmp

    I am trying to show multiple pictures in a report. The pics are in a jpg format. I can't get the picture to show, unless it is in a bmp format. Is there any way to use the jpgs? I currently have a table with a path and ole object (all of them jpgs) Thanks!!:confused:
  4. P

    Linking pictures to reports by date field

    I am trying to display multiple pictures on a report segmented by date. I have a data table (with a date field) and a table of picture paths (with a date field). I would like to have the pictures show on the same part of the report as the data for each date. I know how to get one picture to...
Back
Top Bottom