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!

Recent content by alukard

  1. alukard

    Block 2007 file format problem

    OK, I have installed the Office 2007 Administrative template, and I used it to block the saving of 2007 Word, Excel, and Powerpoint formats, which it does. The problem I have is now when people open office 97-2003 files or close Outlook they get an error that Office cannot save (yes, when...
  2. alukard

    Problem searching in PDF with vb

    Ok, update, maybe this might spark something. I found out that the SearchPDF Function had some unnecessary lines of code and removing these lines of code prevent it from freezing. I did not need to open the 'AcroApp' object to use 'AvDoc' object. so here is the new version of the function...
  3. alukard

    Problem searching in PDF with vb

    I decided to add the button that triggers this code to see if it sparks any ideas. This is from a form with nothing but a command button and a a frame with 4 options(cases 1-4) Private Sub Command27_Click() Dim objFSO As Object Dim strDir(2) As String Dim rptName(3) As String...
  4. alukard

    Problem searching in PDF with vb

    I have an access database, and have it setup to automate the printing of a few reports for storage in a PDFs. It prints 2 reports to a temp directory. Merges them into a final PDF. Then opens it for the user to scan in extra files (usually drawings marked up with inspection problems). He alsways...
  5. alukard

    Stopping mouse wheel from scrolling records

    I have a form with a subform, both are single forms (default view), and are used to keep track of Non-Conformance Reports (manufacturing). The main form keeps track of the problem and the subform keeps track of each time it happened. Problem is i have tried to use the mousehook.dll found here...
  6. alukard

    Find options

    Thanks for the info jrbarnett, i would like to be able to write a vba routine, but i dont know how to use it that well yet. the most i can do is add small commands, and how to make some other already made commands work in mine. Im slowly learning vba, but it will be some time till i get to the...
  7. alukard

    Find options

    I gotta question, im new to writing visual basic for access and was wondering if theres any list of commands to change the options for the "Find/Replace" dialog box. I was also wondering how you do a multi word search too. In other windows search engines if you want to find things...

Part and Inventory Search

Back
Top