Search results

  1. S

    Open a external File, a TXT

    Hi Yes, error is gone. Is was a Script Error message in the HEScript editor. It is working now. I fixed the typos. Thank you.
  2. S

    Open a external File, a TXT

    Hi, I need some assistance. I am trying to open a excel file in MS Office on my local machine by clicking a hyperlink procedure OpenAFile(Filepath: String); var res: integer; begin res := OpenFile(FilePath, “”, SW_SHOWNORMAL); if res < 32 then begin MessageBox("Error while opening: " +...
Back
Top