Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Rafe82ABN
  • Content: Threads
  • Order by date
  1. Rafe82ABN

    Shell Command and Windows NT...conflict?

    I am using the Shell Command to call Adobe Acrobat Reader from an Access 97 form to display a pdf report: Shell (C:\Acrobat\Reader\AcroRd32.exe " & strDocName, vbNormalFocus This works fine on my Win 98 machine, but not on a Win NT machine. Are there any know conflicts or alternative...
  2. Rafe82ABN

    Common Dialog Control for Access 97?

    I am trying to allow a user to choose a pdf file from a specified directory and either open or print the file. Is there something similar (API...?) to VB's CommonDialog Control that will accomplish this? Thank you, Rafe
  3. Rafe82ABN

    How can I Open/Print PDF from Access 97?

    I am trying to allow a user to choose a pdf file from a specified directory and either open or print the file. Is there something similar (API...?) to VB's CommonDialog Control that will accomplish this? Thank you, Rafe
  4. Rafe82ABN

    Access 97 Common Dialog Control ?

    I am trying to allow a user to choose a pdf file from a specified directory and either open or print the file. Is there something similar (API...?) to VB's CommonDialog Control that will accomplish this? Thank you, Rafe
  5. Rafe82ABN

    How Do I Print a PDF Document from Access 97

    Hello everyone. I need help printing pdf documents from an Access 97 form. The documents are inspection reports for various buildings owned by a govertment entity, one report per building. I would like the user to be able to pick the requested report from the directory where all the reports...
  6. Rafe82ABN

    Code to Print PDF Document From Access 97 Form

    Hello Everyone. I need help (code examples & advice) to program two buttons (or CommonDialog Controls..?), one on each of two seperate forms. I am not a programmer, but have played around with Access and Visual Basic to create some basic databases and VB programs. Form #1: The button...

Part and Inventory Search

Back
Top