Recent content by z8000783

  1. Z

    Compile error unknown method - SOLVED

    It means there is a call to a routine that doesn’t exist for example: S1 := InitHTTPAction(“http://www.diagnostic-assistance.co.uk/register-data.php”); It will probably be in one of the dialogues perhaps userRegistrationDialog John
  2. Z

    Compile error unknown method - SOLVED

    Hi James Hope you are well. I will have a look during the week. Regards John
  3. Z

    Calling script procedures

    We really would like to publish our script now and this is holding us up. Is it possible to download 4.7 please?
  4. Z

    Calling script procedures

    Of course although I posted the key part already. What else do you need?
  5. Z

    Calling script procedures

    Would it be possible to reinstall 4.7?
  6. Z

    Calling script procedures

    It makes no difference.
  7. Z

    Calling script procedures

    I have a problem that has manifested since downloading 4.8. This works fine with 4.7. Any thoughts would be appreciated. I have a javescript call as follows: allnotestext = window.external.GetHEScriptCom(‘DiagAss.ReadTextFile’,‘none’); This is the procedure in DiagAss function ReadTextFile...
  8. Z

    Compiler Error - External exception C06D007E

    Many thanks for your help, support.
  9. Z

    Compiler Error - External exception C06D007E

    But surely your code know where it’s failing and why.
  10. Z

    Compiler Error - External exception C06D007E

    Thanks. Is there no info on that code?
  11. Z

    Compiler Error - External exception C06D007E

    I am getting this compiler error at the end: FATAL ERROR The following error has occurred during compilation: External exception C06D007E
  12. Z

    How do I calculate the number of days between 2 dates?

    // UserMain // This script contains special functions related to some of the events triggered by the publication. // You can then optionally add new commands. uses Classes; uses SysUtils; uses DateUtils; Produces: Error in script: INTERNAL ERRORLibrary ‘DateUtils’ not found
  13. Z

    Compile error unknown method - SOLVED

    I have found the problem now, thanks.
  14. Z

    How do I calculate the number of days between 2 dates?

    Thanks but I get function not found when I save the script and the library ‘dateutils’ is not found.
Back
Top