Search results

  1. 0

    Paquet Builder - File Association Error

    Thank you very much........this solved my problem (File Association Error)!
  2. 0

    Paquet Builder - File Association Error

    Dear All, When trying to associate XLSC files with my XLS Padlock compiled .exe in Paquet Builder I get the following error message: "Access violation at address 00000000024631F9 in module 'PBuilder.exe' (offset 1AA31F9). Read of address 0000000000000090." This occurs the moment I click...
  3. 0

    Updates to spreadsheet locked with XLS Padlock

    Very useful indeed! What happens, or what is supposed to happen with the extra “xls Excel” file that was added and the original EXE file? Must they be uninstalled, deleted or “killed” afterwards? I don’t see any such actions in the above code. Thank you.
  4. 0

    Meaning of some XLS Padlock code

    Sir, The code/module you provided, does not work on my computer. I get an error message: “Compile Error…Code Incompatible…etc.” If I replace the line…… SaveSecureWorkbookToFile = XLSPadlock.SaveWorkbook(Filename) With SaveSecureWorkbookToFile = GetSecureWorkbookFilename in the module you...
  5. 0

    Set PDF Companion File Zoom %

    Thank you…was just wondering if it was possible with XLS Padlock.
  6. 0

    Set PDF Companion File Zoom %

    I would also like to know if I can adapt the above code (XLS Padlock code) so that it opens my User Guide on a specific page?
  7. 0

    Set PDF Companion File Zoom %

    I have included a PDF User Guide as companion file. I am able to open the User Guide in my compiled workbook with code copied from XLS Padlock User Guide: Sub OpenUserGuide() FileCopy PathToCompiledFile(“UserGuide.pdf”), Environ(“temp”) & “/UserGuide.pdf”) ActiveWorkbook.FollowHyperlink...
  8. 0

    Meaning of some XLS Padlock code

    Apologies, to save space in this thread, I used a bit of “shorthand” explaining what I am trying to achieve. As mentioned, I compile my workbook with XLS Padlock and then create setup with Paquet Builder. In Paquet Builder I specify the programs folder as default destination folder where a...
  9. 0

    Meaning of some XLS Padlock code

    I am saving my workbook in encrypted format with extension .XLSC and also with the same name as .EXE workbook. To achieve this, I am using code snippets found in the User Guide and also “devised” my own save code to perform the actual save procedure. My save procedure is a public function...
  10. 0

    Register and create File Association

    Thank you, I was concerned about file association because, in some cases, I am not following this procedure.
  11. 0

    Meaning of some XLS Padlock code

    Could XLS Padlock Support please explain (in simple English) what these codes mean and when can/must they be used (found in and copied from User Manual): What is the difference between: Set XLSPadlock = Application.COMAddIns(“GXLS.GXLSPLock”).Object and Set XLSPadlock =...
  12. 0

    Register and create File Association

    Just to clarify, I am only referring to the XLSC file involved when saving data with program…no other “companion” files will be involved. This seems to be a very difficult question to answer! After compiling an Excel Work Book to EXE with XLS Padlock and then want to distribute your...
  13. 0

    Register and create File Association

    Not sure whether this topic should lie with XLS Padlock or Paquet Builder? I compile my program with XLS Padlock and then create setup with Paquet Builder. Is it absolutely necessary to register and create correct file association in Paquet Builder and what will the consequences be if I don’t...
  14. 0

    Protect or Lock .XLSC file when exit program

    I am busy developing a program with potential commercial value where lots of data will eventually be saved/stored in the .XLSC file. Something that worries me is that the Saved.XLSC file is unprotected/not locked and can be opened with inter alia Notepad. What I found, while testing my program...
  15. 0

    Application distributed on CD

    Dood day, I am using both XLS Padlock and Paquet Builder to compile my application. “Max Execution Count” in XLS Padlock will obviously not work in my case. Is there perhaps a setting in Paquet Builder that can limit the number of times an application can be “Setup” from the CD? Thank you in...
  16. 0

    Application distributed on CD

    Good Afternoon, I am exactly doing what you are describing above with my application distributed via my website, and it works fine. I intend distributing my application on CD as well. Is there a way that I can write a user’s computer system ID to the CD so that the CD can only be used on one...
  17. 0

    Application distributed on CD

    Good Day, I have compiled an application through XLS Padlock which is downloadable from my website with “Use Hardware Locked Keys” and “Get Key Online”. I have also (with new version of XLS Padlock) incorporated Paquet Builder to “Make Setup” etc. I intend distributing my software on CD as well...
  18. 0

    File Open while working in application

    Good day, I compiled an application to enter figures for each month of the year, i.e. Jan, Feb, Mar, etc. The months are in the same application, but “saved as” Jan, Feb, Mar, etc. My problem is: While I am busy entering figures in the current month and want to check a figure in a previous...
  19. 0

    Compile for 64 bit greyed out

    I purchased a licence and downloaded 32 bit version XLS Padlock. To compile for 64 bit is greyed out and cannot be ticked. How do I solve this?
  20. 0

    Printing Problem in Trial-version [SOLVED]

    Thank you very much - I appreciate your help.
Back
Top