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
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...
// 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