Subject Re: [IBO] *Problems with UDF
Author Helen Borrie
At 12:14 PM 21/06/2005 +0000, you wrote:

>---------------------
>invalid request BLR at offset 60
>function WEEKOFYEAR is not definited
>module name or entypoint could not be found
>---------------------
>
>
>DECLARE EXTERNAL FUNCTION WEEKOFYEAR
> DATE
> RETURNS INTEGER BY VALUE
> ENTRY_POINT 'WEEKOFYEAR'
> MODULE_NAME 'dskudf.dll'

Drop the function and re-define it without ".dll" in the module name. Also
(of course) make sure that dskudf.dll is in the correct directory location.

Helen