Search results

  1. U

    Aktivatione Kit brings Server Erroro 500

    After request with my Provider (1 & 1) concerning the indicated error I received from there the following message: The script “index.php” brings a PHP error when calling: Parse error: syntax error, unexpected ‘require_once’ (T_REQUIRE_ONCE), expecting ‘,’ or ‘;’ In...
  2. U

    Aktivatione Kit brings Server Erroro 500

    Hello again, now I have checked the .htaccess in the root direktory and set the command “#RewriteBase /” aktive. This erease the Error 500! Now I get the following message after pressing Aktivate: “Invalid server response format” and the program freezes. What is the reason for this? Please help...
  3. U

    Aktivatione Kit brings Server Erroro 500

    Hello, I have installed all Files that are necessary to use the new aktivation kit. Except .htaccess. It is not possible to transfer it to the folder wehre i copied all other files. I named it as “aktivate”. When I try to aktivate my Applikation online, there appears an internal server error...
  4. U

    Activation Kit (Token)

    Hello, In the instructions for the activation kit, there is an input field for capturing a token. What is the value of the end user? Is this necessary for automatic activation?
  5. U

    Saving a secure copy of the workbook Error 9

    Hello there, I have the code from the new User Guide Version adopted. The fault no. 9 but is still displayed. What should I do? Best regards Udo
  6. U

    Saving a secure copy of the workbook Error 9

    Hello there, I have installed the latest version and adopted the code accordingly. The line of code “Set XLSPadlock = Application.COMAddIns (” GXLS.GXLSPLock “). Object” generates said mistakes again and again. Is that maybe because a DLL is missing on my machine: GXLSPLock.dll? This DLL has not...
  7. U

    Saving a secure copy of the workbook Error 9

    I have copied this VBA-Code from the User Guide: Public Function SaveSecureWorkbookToFile(Filename As String) Set XLSPadlock = Application.COMAddIns(“GXLS.GXLSPLock”).Object SaveSecureWorkbookToFile = XLSPadlock.SaveWorkbook(Filename) End Function I have tried to use this function but in the...
  8. U

    How to export date from a worksheet as text in txt-file?

    Hi and thanks for your reply. I use this VBA-Code: Public Sub export_Tageswerte() 'falls die Zieldatei noch nicht vorhanden ist, wird sie erstellt Dim Datei As String, Text As String Dim zeigen Set WSa = Worksheets(“Commissions”) If Not IsNumeric(WSa.Cells(7, “E”)) Then Exit Sub On Error GoTo...
  9. U

    How to export date from a worksheet as text in txt-file?

    Hello Folks, in the event that my customers receive an update, it must be possible the data that already exists to secure or to export in a separate File to then be able to re-read in the new programm-version. I’ve written this using VBA subroutines, which also function in the source code. In...
  10. U

    Error while loading the compiled workbook

    Hallo Sorbas2, ich habe folgendes getan: Datei -> Optionen Erweitert unter Algemein das Häkchen für “Fehler des Benutzeroberflächen-Add-Inns anzeigen” entfernt. Jetzt erscheint beim starten der App die Fehlermeldung nicht mehr. @Suppurt Thank you for your help!
  11. U

    Error while loading the compiled workbook

    I am using Execl 2010. I did not make any changes with or without XLM-Helper. I have send to [email protected] 2 emails with jpg-files with screenshoots to give information about the error messages but I have not get any response. For me it is also so that I have to use a different compiler...
  12. U

    Error while loading the compiled workbook

    I get this Error-Message: Fehler ind der benutzerdefinierten Benutzeroberfläche von XML - Helper: Zeile: 54 Spalte: 28 Fehlercode: 0x80004005 Steuerelemente können einer integrierten Gruppe nicht hinzugefügt werden: Copy Please give me information to solve this problem. regards
Back
Top