Search results

  1. FrankRuperto

    Deployment of Demo Application

    But there's always something different that each customer wants and I am willing to accomodate them as long as it makes sense and does not detract too much from the standard design. Many a times I end up talking users out of making their suggested mods because they're spontaneous "what if" ideas...
  2. FrankRuperto

    Desktop Office Outlook Vulnerabilites with Exchange Add-In

    For security reasons we stopped using Desktop Office Outlook one year ago and have been using Online Outlook. Has anyone been affected by the Hafnium attacks on Exchange Server? See: https://msrc-blog.microsoft.com/2021/03/02/multiple-security-updates-released-for-exchange-server/
  3. FrankRuperto

    Deployment of Demo Application

    @gemma-the-husky Thanks for the well wishes. A lite standard version is what I am providing for free and the desire is for each pawnbroker to request customisations in order to offset the loss of revenue from giving away the lite version. All versions are table-driven and allow users to change...
  4. FrankRuperto

    custom paper size

    You can go into your printer preferences and setup a custom paper size. Then in your Access report page setup you can chose that paper size. You can also create a new custom form in the printer server that can be used with any printer.
  5. FrankRuperto

    Deployment of Demo Application

    The free live version, sans any customisations, will be split FE/BE. I will do my best, hopefully with @isladogs help, to lock down the demo and live password-encrypted accde FE. Meantime, for the demo version I just deleted all the BE table links, imported sanitised/compressed BE tables to...
  6. FrankRuperto

    Solved "Encrypted-Split-No-Strings-DB" - Security Challenge Solved

    Okay thanks. Me thinks MSRC rejected my submission because MS' priority focuses on the online M365 product. I pointed out all the loose ends I found in compiled accde's which need to be tied up. Perhaps approaching the MS Access Team would be more effective. I will email you, thanks!
  7. FrankRuperto

    Hello to the community!

    You're Welcome🙂
  8. FrankRuperto

    Hello to the community!

    Welcome Patrick (y)
  9. FrankRuperto

    Solved "Encrypted-Split-No-Strings-DB" - Security Challenge Solved

    @isladogs , Ironically, I am planning to distribute a free templated version of my pawnshop management app to select pawnbrokers who will pay for customizations and I need to really lockdown the FE and BE from intrusion. Can you further harden your demo challenge? See my related post...
  10. FrankRuperto

    Deployment of Demo Application

    Thanks for the advice. For the demo I am limiting the number of customers, contracts, transactions that can be added. I was thinking that by combining the frontend objects with backend tables into one password-encrypted accde that it will only work for one seat. If a prospect likes the demo and...
  11. FrankRuperto

    Deployment of Demo Application

    Hi Pat, the dark theme is popular and the color-coded text has meaning, e.g. green money, red warning, blinking red requires immediate action, yellow and large fonts important, etc.... I have 65 sites using this app's theme and they say the black background is a lot easier on their eyes than...
  12. FrankRuperto

    Deployment of Demo Application

    I am planing to distribute via CD-ROM a demo version of my Access 2010 pawnshop management app to select pawnbrokers in a geographic area. I was thinking about combining the frontend objects and backend tables into a compiled password-encrypted accde, and using 2010's packaging wizard to sign...
  13. FrankRuperto

    Solved "Encrypted-Split-No-Strings-DB" - Security Challenge Solved

    Perhaps it could also be the infamous version 1803 / Win10 MS bug, or his D path is not a trusted location?
  14. FrankRuperto

    Solved "Encrypted-Split-No-Strings-DB" - Security Challenge Solved

    Hi Dave, I noticed you tried opening them from your D drive, maybe it needs to be on C? Also, are you opening it in exclusive or shared mode from the cmd shell command line?
  15. FrankRuperto

    Portable database for storing images or any binary file

    AFAIK, the only portable database that I know of that doesn't require user installation is a devices' native filesystem.
  16. FrankRuperto

    Portable database for storing images or any binary file

    Hi @Pat Hartman , Hope you are well. Its been a while since we last connected. As this thread stands, unless the OP provides more clarity, I think the point of this thread is moot because his initial statement is controversial. I bid 3NT on this thread :) @The_Doc_Man Thanks for the heads up...
  17. FrankRuperto

    Off Topic

    @ColinEssex It's clear that you're referring to the World Trade Center Twin Towers... Not cool, shame on you (n)
  18. FrankRuperto

    Portable database for storing images or any binary file

    It's possible to store all those as BLOB's within a free db server with no limits like PostgreSQL but it requires installing PostgreSQL software in order to access those objects. NOTE: When I include a weblink in my posts and press "Save", an error message says it looks like you are posting...
  19. FrankRuperto

    Portable database for storing images or any binary file

    Why not store the images externally in OS folder(s) and the path for each image in an Access table? This way your images can easily be ported and you don't have to worry about db size limits and performance degradation.
  20. FrankRuperto

    Solved "Encrypted-Split-No-Strings-DB" - Security Challenge Solved

    Hi Doc, I guess Colin needs to go back to the drawing board and improve the hardening of his frontend demo because as you are well aware that while the frontend has an open link to backend tables, if you enable the various FE UI features, options, and view string values with the vba object...
Back
Top Bottom