Search results

  1. gdgsupport

    Local URL

    When the external HTTP server is enabled in ExeOutput for PHP, your application listens on a local port (like 55777), and URLs like http://127.0.0.1:55777/... will work because there is an HTTP server handling those requests. However, when you disable the external HTTP server, there is no HTTP...
  2. gdgsupport

    Link data between two workbooks

    XLS Padlock is designed to remove this warning: "Microsoft has blocked macros from running because the source of this file is not trusted." Macros work immediately without user confirmation when a compiled workbook is opened. So it shouldn't be a problem. Alternatively, you could try this...
  3. gdgsupport

    Formulas not working after protecting and Protect VBA greyed out

    Are you using an Excel workbook in binary format? If yes, then Lock VBA project is disabled. Try switching to a normal Excel workbook file format.
  4. gdgsupport

    Solution Compilaçao exeoutput php

    De fato, está faltando a extensão mbstring no seu projeto. Para ativá-la no ExeOutput, siga estes passos: Abra seu projeto no ExeOutput. Vá em PHP Settings ➔ PHP Extensions. Marque a extensão mbstring na lista. Salve e recompile sua aplicação. Para mais detalhes e imagens de referência...
  5. gdgsupport

    Green error triangles in formulas

    You can try to change the option in a normal Excel session. Then close it. This way, XLS Padlock will use the options newly defined. Are you using the activation kit or the woocommerce integration kit?
  6. gdgsupport

    XLS Padlock 2025.1 Is Here - July 10, 2025

    XLS Padlock 2025.1 is Here! We are thrilled to announce the official release of XLS Padlock 2025.1! This important update is focused on delivering a faster and more stable experience for both you, the developers, and your end-users. We've introduced some performance and stability improvements...
  7. gdgsupport

    Link data between two workbooks

    We have a sample that should help you in your case. Please find it below.
  8. gdgsupport

    Solution Compilaçao exeoutput php

    Qual versão do software você está utilizando? E que tipo de projeto é? Aplicativo com interface gráfica (GUI) ou de console?
  9. gdgsupport

    Green error triangles in formulas

    1. Green Error Triangles in All Formulas (No Formula Protection Enabled) Based on your description: You are not using XLS Padlock’s formula protection. You have enabled “Perform a recalculation at startup,” “Use Excel automation for formula protection,” and “Ignore errors when processing the...
  10. gdgsupport

    Secondary activation for expired certificates

    Activation keys themselves have no expiration date. Registration keys do have. So if someone uses their activation key and you haven't blocked their account, it's possible to activate again.
  11. gdgsupport

    Running VBA without Excel

    Currently not. But we are working on a VBA compiler and licensing tool similar to XLS Padlock. Except that it can create DLL files. And with a simple C program you could create an executable andl be able to invoke the compiled VBA macros directly.
  12. gdgsupport

    Green error triangles in formulas

    Then, it is more complicated to guess what could be wrong without further information about formulas used, Excel version, etc.
  13. gdgsupport

    Green error triangles in formulas

    Are you using XLS Padlock's formula protection?
Back
Top