Search results

  1. Jason Lee Hayes

    Solved 3D Images on a form

    Is this possible? Has anyone done it? On Windows and macOS, Word, Excel, PowerPoint, and Outlook support inserting 3D models directly into your documents, workbooks or presentations to illustrate a point. You can rotate models 360 degrees or tilt up and down to show a specific feature of an...
  2. Jason Lee Hayes

    A great loss..

    https://www.nytimes.com/2023/07/20/technology/kevin-mitnick-dead-hacker.html?fbclid=IwAR2uV9OUA0597QtITvFvPQoGyZ_5dC12xxnrzucHTtz9sb_H6LUffDFURWo
  3. Jason Lee Hayes

    Solved Force BMP to open using PhotoViewer

    Windows 11 Access 2016 32bit I have a form with an image control that displayes a picture in BMP format. I wish to open the BMP when i double click and use the OS Photo Viewer as the default application to open it. So; you would think i could set the default .bmp extension in OS to open in...
  4. Jason Lee Hayes

    Solved File Reference Object Attributes Property Returning an unexpected 33?

    Just updating my project and wish to simply pull in some basic common file properties from video files and works as expected however I'm also pulling in ".attributes" and sometimes I'm getting a return code of 33? I'm using Windows 10..... Below is the list of expected results and their...
  5. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Hi, I am trying to increase security with regards password allowed to be used.. If the user chooses a password i have the following requirement check which works fine:- Have at least 8 characters in length Must have at least 2 letters (a,b,c...) Must have at least 2 Numbers (1,2,3...) Include...
  6. Jason Lee Hayes

    Solved Make a label on form Toggle BOLD & NORMAL when mouse pointer hover/move off

    Hi, I wish to make the label BOLD when hovering above it with the mouse then when the mouse is moved away from the label the bold is reduced back to its default NORMAL size.. Its a nicety not a necessity for my project... Been searching and came across this code:- Make label bold when cursor...
  7. 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) =...
  8. 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...
  9. Jason Lee Hayes

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

    Hi, Has anyone had any experience in making use of a fingerprint reader within MS Access? This is something i am considering for my project and don't wish to recreate the wheel.. I've just got hold of a couple of DigitalPersona U.Are.U 4500 Fingerprint Readers... (Second Hand Hardware Only but...
  10. Jason Lee Hayes

    Solved Error 2023 & 3075 relating to SQL Statement

    I am using some code that simply populated a table when a form is opened and closed which populated some fields. I am trying to insert the current value of a TempVar declaired as [TempVars]!TempLogonName] to the field UserName however i cannot seem to get the formatting write. The TempVar holds...
  11. Jason Lee Hayes

    Solved Catch 2501 Error Message (DoCmd.SendObject) Not Working

    Hi, I am exporting a report as PDF and it works fine using the DoCmd.SendObject method... Report emails fine however if i cancel the outlook message and do not send i get the attached error as expected.. Anticipating this i thought my code would identify the code 2501 and ignore it (Ignore in...
  12. Jason Lee Hayes

    How to determine whether a local printer is Online?

    Hi All... So, i have a routine that enables me to select a report from a populated ListBox then print it to a specific printer of choice .. Works fine for both physical & virtual printers.. I am anticipating the end user is not computer savvy therefore i wish to prevent the end user selecting...
  13. Jason Lee Hayes

    Solved Positioning Access Dialogue Boxes

    Hi All, Is it possible to control the position of a File Dialogue Box so that when opened it can be placed centrally on the screen? I have searched but cannot find any resolve.. Just to be clear its not a form i am trying to centralise but the dialogue box or similar a system message. It's a...
  14. Jason Lee Hayes

    Solved Open Excel From Access & Update Range

    I have created an Excel 2016 spreadsheet to represent some statistics. (My Excel skills are VERY limited) It contains 4 rows which represent numbers and when i adjust these numbers the graphs to the right adjust accordingly.. The numbers i wish to populate from an Access Table My idea is that i...
  15. Jason Lee Hayes

    Form Fade In/Out & Form Round Corners Demo

    May be of use to someone... Needs error trapping...
  16. Jason Lee Hayes

    Solved Limit Mouse Pointer Movement To Form Boundary Only

    I'm aware this cannot be done normally but using API is it possible to limit the mouse pointer to move only within the boundary of a form? I have been using my best friend Google and found the below:- Can this be adapted to be used as a module so i can call it from a form open? I don't need to...
Top Bottom