Search results

  1. 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...
  2. 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
  3. Z

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

    How can I calculate the number of days between two dates? The function DaysBetween does not seem to be i9n the library. Thanks
  4. Z

    Compile error unknown method - SOLVED

    Does anyon know what this means or how to correct it? Thanks “Unknown method or routine: ‘InitHTTPAction’. Source position: 18,79”
  5. Z

    HEDongleTrialDay

    Just upgraded to 4.7.1 and tried to us this global variable in a script but getting this error: Error in script Unknown identifies or variable is not declared: ‘HEDongleTrialDay’ I don’t remember having to declare GV before. Is there anything else that needs to be set to use this? Thanks
  6. Z

    Using startup code [SOLVED]

    I need to check for the existence of a file at startup and, if not present, then create it. I put this code in the UserMain->OnPubLoaded procedure but I am getting an error on compilation. function OnPubLoaded: Boolean; var s: interger; T: TStringList; begin // When the publication is starting...
  7. Z

    File Permissions

    I am reading and writing to a file created by the eBook and all is well under XP. However, if the setup program is run under Windows 7 (administrator of course, to be able to run setup) I can’t access the file to write to (although reading is fine), when logged on as another user. Does anyone...
Back
Top