Search results

  1. Jason Lee Hayes

    Solved Editable PDF file from a Report/Query

    I can supply foc Adobe Pro / Enterprise if that helps
  2. Jason Lee Hayes

    Epson announces end of laser printer production

    Yes; the trusted HP Laserjet.. Some had PCL5 and were good reliable printers. The banding on the paper was a common fault and more ofter than not was incorrectly diagnosed as a drum issue however 80% of the time we found the fuser was the primary issue in that it failed to reach the required...
  3. Jason Lee Hayes

    Epson announces end of laser printer production

    The issue really lies with the buyer and the seller. The buyer wants a printer so trots off to PC world and says I want a printer. The seller leans towards what could I sell them which would get me the most profit. At no point are the right questions asked such as:- What's your budget? Do you...
  4. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Big thankyou sonic8, arnelgp has come up with the exact solution however you help with the alternative method has now not only fixed the issue but has have me contemplating that if i can now write values to a specific range within an image i could also expand on this and compare a specific...
  5. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Big thanks to you for this solution; i can confirm it works perfectly. Your method also opens up many other possibilities with Word automation that i did not even consider in my project. Thanks for taking the time out to help me. Much appreciated...
  6. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Hi arnelgp... The output in your video is exactly what I'm trying to achieve i have now added a references to the following:- Microsoft Office 16.0 Object Library Microsoft Word 16.0 Object Library I have created a folder with Read/Write Priveledges Named "ImagesToConvert" I have a Image in...
  7. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Thanks sonic8 Double checked and i can confirm it does work as you suggest.. Work in that it does produce a copy of the image with overlay.. I think i should be able to work with this and create a grayscale image - will look into the .PictureFormat.ColorType = msoPictureGrayScale and see if i...
  8. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Thanks sonic8 Learning all the time; i made the changed and code compiled no issue however when i try to execute MS Access just hangs... I need to bread the code down to see if i can make it useful...
  9. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Thanks for the help arnelgp... So; i set a reference to Microsoft Word 16.0 Object Library.... Changed the paths and file name in Private Sub testRecolor() to reflect a test image in BitMap Picture Format ensuring path and filename(s) were correct... Code compiles with no issues however i get...
  10. Jason Lee Hayes

    Solved Creating a Black & White copy of an Image using WIA Filter

    Hi, I am curious; is it possible to change an image to Black & White maybe using WIA and the Filter? I have found this link:- Unfortunately i cannot get it implemented with modification into my project... I also have an issue with the following line from the code below:- v(i) =...
  11. Jason Lee Hayes

    Solved Navigation Panel Drop Down Menu

    That helps me out so much too; thanks for sharing... Excellent....
  12. Jason Lee Hayes

    VBA code to check internet connection in Windows OS 64 bit, VBA MS Access 2019

    It may work for you but does not for me. I did test on my usuall MacBook Pro using Bootcamp though and even though it should work ive come across a couple of issues including webcam capture that i never got to work either without using VCL as a work round. I will test on my PC later today. Ive...
  13. Jason Lee Hayes

    VBA code to check internet connection in Windows OS 64 bit, VBA MS Access 2019

    Unfortunately you cannot rely on "Wininet.dll" to identify a connection Connect to your WIFI; run the code you will get IsInternetOk = True.. Disconnect from WIFI, run the code and you will still get IsInternetOK = True.. Reference...
  14. Jason Lee Hayes

    What do you think of Julian Assange?

    Being an OPTI for over 35 years and a private surveillance operative for 15, gathering intelligence is one thing; publicising it is simply reckless - putting guys and families on the ground in real imminent danger. This is not acceptable at ANY level and Its for this reason he needs to go to...
  15. Jason Lee Hayes

    Solved How can I Hide Access And only view Forms

    I also use the API technique to achieve this and a lot of work has been done from the guys in this forum to promote such a thing. Before you decide on a method you use if any; you ideally should consider this requirement in your project as a nicety or a necessity because you will need to digest...
  16. Jason Lee Hayes

    Error # -2147417843. Automation error. An outgoing call cannot be made since the application is dispatching an input-synchronous call

    Thanks for your replies; led me identify the issue add fix it yey... Not sure if 3 weetabix this morning did the trick or the volume of port i consumed last night; maybe borh.. I was absoutely sure the error being reported was not the direct cause of the issue. Reported was my code that...
  17. Jason Lee Hayes

    Error # -2147417843. Automation error. An outgoing call cannot be made since the application is dispatching an input-synchronous call

    Cannot understand what's happening here.... Error # -2147417843 Automation error. An outgoing call cannot be made since the application is dispatching an input-synchronous call I have googled this error but the explanation of what could be causing the error is unclear to me.. Has anyone come...
  18. Jason Lee Hayes

    DigitalPersona U.AreU. 4500 Fingerprint Reader Integration with MS Access

    Nearly there now.... Just need it to bypass password requirement on FingerPrint input..
  19. Jason Lee Hayes

    DigitalPersona U.AreU. 4500 Fingerprint Reader Integration with MS Access

    Thanks for your time.. I do not have the manuals or any software with the reader... Neither can i get hold of the SDK.... As you state; without these i would struggle but i like challenges... I am in the process of requesting access to the manufacturer portal which is HID (formally...
Back
Top Bottom