Search results

  1. F

    HTML Executable 2023 Beta 1 - web update

    Hello, The web update is still not working. Is there already a solution for this issue? Regards,
  2. F

    HTML Executable 2022 Beta 4 - PDFs

    Hi, I am using the built-in PDF viewer. I created some HTML pages with a list of links to PDF files. When compiled some of the files can be loaded but not all of them. The PDF files are very small ones and not complicated. What can I do to solve this problem as I need exactly the feature with...
  3. F

    How to load external files from my ebook?

    Hi, I solved the problem! The code is correct: procedure OpenSubFolder(FolderName: String); var EbookPath, MyFolder: String; begin EbookPath := GetGlobalVar("HEPublicationPath", ""); MyFolder := EbookPath + "Word/Fragen/00_Einleitung.doc"; OpenFile(MyFolder, "", SW_SHOWNORMAL); End; I forgot...
  4. F

    How to load external files from my ebook?

    Hi, I tried the script. Unfortunately, it does not work correctly. My word file is in a subdirectory (Word/Fragen/). I tried to include this, so I have the following code: procedure OpenSubFolder(FolderName: String); var EbookPath, MyFolder: String; begin EbookPath :=...
  5. F

    How to load external files from my ebook?

    Hi, Unfortunately, I am not an expert in scripting (programming). Therefore I do not know how to use the function “OpenFile”. For my publication I chose the ExeViewer. I would like to open a word file (doc) which I have left as an external file. I do not know what to write into the script...
  6. F

    Search results in special target

    Hi, I use the HTML viewer. Isn’t there any possibility to do so in the HTML viewer either? Regards, Feechen
  7. F

    Search results in special target

    Hi, Is there a possibility to load the content of single search results when clicking in a named frame target? My site is built in a frame structure and I would like to have the content of single search result links displayed within the main target frame. Thanks for any hint. Regards, Feechen
Back
Top