Search results

  1. Jason Lee Hayes

    Problemsa using Chart.js through an Access webbrowser

    Never bothered with Graphs/Charts in MS Access because irrespective of all the time invested trying to making them look attractive they look shit*.. My alternative was using Excel to represent data but never liked that approach. jsChart is a breath of fresh air and looks to be well worth...
  2. Jason Lee Hayes

    Solved File Reference Object Attributes Property Returning an unexpected 33?

    Yes; your quite correct... Just toggled the Read Only Property within the file and toggles the result from 32 (Read/Write) to 33 (Read Only) Thanks for your quick response - i can work with this now and continue my project...
  3. Jason Lee Hayes

    Solved File Reference Object Attributes Property Returning an unexpected 33?

    Found this as well; no reference to 33 though? Let- Bit ter masks Description and notes --- -------- --------------------------------------------------------------- R 0x1 Read-only H 0x2 Hidden S 0x4 System (V) 0x8 Volume label (obsolete in NTFS and must not...
  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 Average Speed, Decimal Places and Frustration

    2 steps forward 1 step back. It's the only way we learn.. Never give up; never give in...
  6. Jason Lee Hayes

    Automated message in Access

    What finder print reader are you using out of curiosity; been working heavily on this recently supporting alternative manufacturers and won't be surprised if we have a solution already for the fingerprint reader to communicate directly with your database.
  7. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Finally implemented the password check routine... Thanks for all your help....
  8. Jason Lee Hayes

    PLay Audio files in ACCESS

    Excellent; just what i needed - Thanks for sharing...
  9. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Been making some real progress with everyone's help. Just a quick demo i made to test the function. Minimum 10 characters, minimum 2 Upper, 2 Lower, 1 Special Character, No Sequencing or Repeat within 4 block, no commonly used passwords. My progress bar works... Now need to tidy the code up and...
  10. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Yes, them figures are a little conservative to be fair. Many projects I have worked on with reference to RE identifies in most instances that the method of protection can be considered secure however time and time again the implementation of the method is so poor and misunderstood it may as well...
  11. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Yes , absolutely spot-on.. I think by me posting requirements for a password check it's assumed that the requirement I needed is what I would consider secure. This is not the case; I was interested to see how it would be accomplished using VBA which could then be charged as necessary. Please...
  12. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    It takes less than that for someone who knows what they are doing however the password in my project is not stored without encryption. If your saying AES even 128bit can be RE in 39 seconds then their dreaming.
  13. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    I've been reverse engineering hardware and software professionally for over 35 years for Government, Public and Private Sector. Knowing you can never be completely secure does not mean we should not try implement good security policy. Its a legal requirement in many sectors to be seen to do just...
  14. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Hi, If you think it may help others; i will put something together (Strip away what's not relevant) and post here.. Will likely be Wednesday when i'm not at work... Thanks for all your help...
  15. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Hi, Yes; with ebs17 code I accept "cCcc" as not being repetitive and i am differentiating Upper/Lower..
  16. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Hi, I have looked at what i have and the alternatives and after testing your code it actually works perfect. This means i can get rid of 2 separate modules, bin my RegEX and simply apply your code. What's more; on my original protect design after each keypress in the password field i display...
  17. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Thanks; will add this as a remark within the code... Thankyou
  18. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    Hi, Just looking at this now... Works perfectly and all wrapped up into 1 function which i like. Thankyou
  19. Jason Lee Hayes

    Solved Detect 4 Sequential/Consecutive characters within a string

    YEY; now works as required... Perfect... Thankyou
Back
Top Bottom