Subject | Re: group by week |
---|---|
Author | james_027 |
Post date | 2003-10-18T08:19:36Z |
yes I have declare it by executing this ...
declare external function f_WeekOfYear
date
returns
integer by value
entry_point 'WeekOfYear' module_name 'FreeUDFLib.dll';
and I have place the FreeUDFLib.dll both on ..\bin and ..\udf to be
sure
is there something wrong?
first I want to thank you ... i reall apreciate your help
declare external function f_WeekOfYear
date
returns
integer by value
entry_point 'WeekOfYear' module_name 'FreeUDFLib.dll';
and I have place the FreeUDFLib.dll both on ..\bin and ..\udf to be
sure
is there something wrong?
first I want to thank you ... i reall apreciate your help