Search results

  1. gdgsupport

    Selected save file is not compatible

    No, the GUID is used if you want to store settings on the end user computer. It is not directly used for saves.
  2. gdgsupport

    Release date ExeOutput 2025

    No, we got delay, HTML Executable 2025 should be released next week, depending on other test results. Then, ExeOutput shall follow this Summer.
  3. gdgsupport

    Issue with 404 when trying to activate workbook

    Bitdefender can block EXE files due to its firewall or advanced threat defense features. Unfortunately, there’s no way to whitelist an app without interacting with the antivirus software itself. However, here are a few workarounds and best practices that might help. For instance, you can code...
  4. gdgsupport

    Open and Save Dialog Boxes Crash Secure Workbook

    Same here. And no problem. Maybe you have some third-party program such as a shell extension that is invoked in open/save dialog boxes. A handy tool to diagnose and resolve these issues is ShellExView by NirSoft. Download ShellExView: Visit the official NirSoft page: ShellExView - Shell...
  5. gdgsupport

    Deactivation VBA code not working

    We'll try to reproduce the issue and fix it. BTW are you using the stand-alone EXE format or the EXE+XLPAPP bundle?
  6. gdgsupport

    Selected save file is not compatible

    Application Secret Key must match, otherwise you'll get the specified error.
  7. gdgsupport

    Issue with 404 when trying to activate workbook

    No, sorry, it's not the application GUID, but the "xlspadlockprivatekey" field that must match the Private Key here:
  8. gdgsupport

    Deactivation VBA code not working

    Thanks for the report. Please try this: If "Save changes automatically is enabled" is disabled, does it work for you?
  9. gdgsupport

    Open and Save Dialog Boxes Crash Secure Workbook

    Which update do you mean? Can you open your Office Account page and give us the exact version? And Windows version? We always test the latest version of XLS Padlock with the latest Office official release (M365) and no crash reported. For instance, can you also try this simple VBA code on the...
  10. gdgsupport

    With XLSPadlock security, All sheet disable right click / double click only one sheet has right click option

    Can you check if your VBA event is correctly fired by adding a simple MsgBox to your code? Worksheet_BeforeRightClick
  11. gdgsupport

    XLS padlock with StockHistory Function compatibility

    Tested it too and it also works with =IFERROR: If the problem arises only at startup, then try this Advanced Option:
  12. gdgsupport

    Issue with 404 when trying to activate workbook

    This means that one of your setting in workbooks.json is incorrect and it does not match the setting in your XLS Padlock project file. For instance, Application GUID.
  13. gdgsupport

    With XLSPadlock security, All sheet disable right click / double click only one sheet has right click option

    Have you tried to set some Excel cell permissions? Anyway, disabling right click/double click cannot be done per sheet in XLS Padlock itself. It is global.
  14. gdgsupport

    Screen resolution app

    Do you mean your PHP app or ExeOutput for PHP itself? Because PHP apps automatically resize themselves on large DPI screens. Please try to enable the option "Allow end users to resize the window".
  15. gdgsupport

    XLS padlock with StockHistory Function compatibility

    Yes, just tested it and it works fine in a compiled workbook: However, make sure your EXE file and Excel are not blocked by your firewall.
  16. gdgsupport

    Open Older Workbook Version In Newer Workbook Version

    By default, XLS Padlock’s Full Save mode (.XLSC files) encrypts and stores an exact snapshot of your workbook at the moment the user saves. When you ship a new EXE, that old snapshot still contains the entire workbook—including the old VBA code and sheet structure—so loading it will always...
  17. gdgsupport

    Can't turn pop-up to fullscreen (no F11 or any other way?)

    Yes. We also have some JS commands related to popup windows, see the doc. Not sure it will be ready for your deadline of 15th june :(
  18. gdgsupport

    Add-in 2 System Error. Code: 59 An unexpected network error occurred.

    In version 2025, we also modified the way our COM add-ins are registered with Office, so it could be the explanation why Add-in 2 System Error. Code: 59 does not appear anymore for you.
  19. gdgsupport

    Can't turn pop-up to fullscreen (no F11 or any other way?)

    We haven't added full kiosk mode to popup windows. But since you made the request, we added it to our TODO list. Thank you.
  20. gdgsupport

    About the pathing

    Yes, this access is possible thanks to the new external HTTP webserver feature. We'll study about that possibility. Indeed, the concept of a homepage (or "index" page) is particularly relevant for GUI applications only.
Back
Top