Icon View Incident Report

Minor Minor
Reported By: Danny Humphress
Reported On: 2/2/2004
For: Version 4.03 Build 1
# 1561 Error In Manual Under Customizing the Engine Section for Custom Functions Example

I found an error in your documentation. In the Customizing the Engine section, there is the following example:

begin
   { 
We'll just use the default Engine global variable
     for this example }
   with Engine do
      begin
      with Functions.CreateFunction(ftInteger,'DaysBetween') do
         begin
         CreateFunctionParam(ftDate);
         CreateFunctionParam(ftDate);
         end;
      end;
end;

I believe the “with Functions…” line should read as follows:

  with Functions.CreateFunctions(ftInteger,’DaysBetween’).Params do



Resolution Resolution
Fixed Problem on 2/2/2004 in version 4.03 build 1
Image