FreeAdhocUDF for InterBase and FireBird in deutschin englishen françaisen españolin italianoa português
homeprevious pageÜbersicht • overview • aperçunext pagelast page Seite empfehlen • advice website •Umfrage • poll • sondage mailing-listwas ich vermisse • what I missed •eMail Kommentar • eMail commentprintsitemap
Versions of FreeAdhocUDF
   adhoc20080303 from 2008-03-03
   adhoc20080219 from 2008-02-19
   adhoc20071203 from 2007-12-03
   adhoc20071128 from 2007-11-28
   adhoc20070824 from 2007-08-24
   adhoc20070823 from 2007-08-23
   adhoc20070809 from 2007-08-09
   adhoc20070209 from 2007-02-09
   adhoc20061221 from 2006-12-21
   adhoc20061031 from 2006-10-31
   adhoc20060925 from 2006-09-25
   adhoc20060516 from 2006-05-16
   adhoc20060306 from 2006-03-06
   adhoc20060302 from 2006-03-02
   adhoc20051231 from 2005-12-31
   adhoc20051016 from 2005-10-16
  1st Version (without versions-No.) from 2004-08-23 
Version "adhoc20080303" from 2008-03-03
some changed functions
fixes bug (maybe server-crash) in
- F_STRINGLISTITEM
- F_UUID1COMPRTIMESTAMP
- F_INCDATE
- F_INCDATETIME
- F_ADDWEEK
- F_ADDDAY
- F_ADDHOUR
- F_ADDMINUTE,
- F_ADDSECOND
- F_WEIBERFASSNACHT
- F_ROSENMONTAG
- F_KARNEVALSDIENSTAG
- F_ASCHERMITTWOCH
- F_PALMSONNTAG
- F_GRUENDONNERSTAG
- F_KARFREITAG
- F_OSTERSAMSTAG
I hope this theme with memory allocation/-free has passed now.
Fixes DECLARE-Scripts
From this version there is also a 32-bit-version compiled with the OpenWatcom compiler (for field-testing).
Because of this, the both functions F_UUID1TIMESTAMP and F_UUID1COMPRTIMESTAMP are now also thread-safe.
nach oben • go top •
Version "adhoc20080219" from 2008-02-19
2 changed functions
- F_FIXEDPOINTLANG - bug: if you choose no decimal place, the thousands separator had been set on wrong place.
- F_ADDYEAR - bug: input 29.2. in a output non-leapyear.
5 (+3) new date-functions
- F_COUNTWEEKDAYS
- F_DATETOSTRLANG (language version of F_DATETOSTR)
- F_ISOWOY (version of F_WOY with calculation week of year ISO)
- F_AGEINWEEKSISO (ISO-version of F_AGEINWEEKS with monday 1st day of week)
- F_AGEINWEEKSNULLISO (ISO-version of F_AGEINWEEKSNULL with monday 1st day of week)
- F_AGEINWEEKSTHRESHOLDISO (ISO-version of F_AGEINWEEKSTHRESHOLD with monday 1st day of week)
- F_AGEINWEEKSTHRESHOLDNULLISO (ISO-version of F_AGEINWEEKSTHRESHOLDNULL with monday 1st day of week)
- F_WEEKSBETWEENISO (ISO-version of F_WEEKSBETWEEN with monday 1st day of week)
2 new string-functions
- F_DOMAINFROMEMAIL (extrahiert die Domain aus einer eMail-Adresse)
- F_ROT13 (very simple encryption)
40 new conversion-functions
- F_C_FUR2M
- F_C_M2FUR
- F_C_CH2M
- F_C_M2CH
- F_C_RD2M
- F_C_M2RD
- F_C_LI2M
- F_C_M2LI
- F_C_LEA2KM
- F_C_KM2LEA
- F_C_SHOT2M
- F_C_M2SHOT
- F_C_CBL2M
- F_C_M2CBL
- F_C_NL2M
- F_C_M2NL
- F_C_NM2M
- F_C_M2NM
- F_C_CUIN2CUM
- F_C_CUM2CUIN
- F_C_CUFT2CUB
- F_C_CUB2CUFT
- F_C_CUYD2CUB
- F_C_CUM2CUYD
- F_C_CUP2ML
- F_C_ML2CUP
- F_C_ST2G
- F_C_G2ST
- F_C_CWT2G
- F_C_G2CWT
- F_C_LBFT2NM
- F_C_NM2LBFT
- F_C_MPUSGAL2L100KM
- F_C_L100KM2MPUSGAL
- F_C_MPGBGAL2L100KM
- F_C_L100KM2MPGBGAL
- F_C_MPH2KMPH
- F_C_KMPH2MPH
- F_C_FPS2MPS
- F_C_MPS2FPS
- F_C_SMPH2KMPH
- F_C_KMPH2SMPH
update manual
update DECLARE-scripts
fixed and new functions of this version are tested with
- InterBase 7.5 SP1 with MandrivaLinux 2008
- InterBase 2007 with Windows XPSP2
- FireBird 1.5.4 with Windows2000 Advanced Server SP4
- FireBird 1.5.3 with MandrivaLinux 10.2 (LE 2005)
- FireBird 2.0.3 with Windows XPSP2
- FireBird 2.0.3 with ubuntu server 6.06 LTS
- FireBird 2.0.1 amd64 with ubuntu server 6.06 amd64 LTS
nach oben • go top •
Version "adhoc20071203" from 2007-12-03
some changed functions
fixes memory leak of some BLOb- and string-functions
the ib_util_malloc function from the ib_util is used again. Therefore it is necessary again to link the ib_util.lib during compiling/linking.
nach oben • go top •
Version "adhoc20071128" from  2007-11-28
some changed functions
fixes bug in F_UPPER
fixes bug in F_LOWER
fixes bug in F_GSOUNDEX
fixes bug in F_REPLACESTRING
fixes bug in BLOb-functions
fixes bug in F_ADDSECOND, F_ADDMINUTE, F_ADDHOUR, F_ADDDAY, F_ADDWEEK with negative add
3 new functions
(only for Win 1251 charset)
- F_RUPPER
- F_RLOWER
- F_RLATIN
update manual
update DECLARE-scripts
fixed functions of this version are tested with
- InterBase 7.5 SP1 with MandrivaLinux 2008
- InterBase 2007 with Windows XPSP2
- FireBird 1.5.4 with Windows2000 Advanced Server SP4
- FireBird 1.5.3 with MandrivaLinux 10.2
- FireBird 2.0.3 with Windows XPSP2
- FireBird 2.0.3 with ubuntu server 6.06 LTS
- FireBird 2.0.1 amd64 with ubuntu server 6.06 amd64 LTS
nach oben • go top •
Version "adhoc20070824" from 2007-08-24
fixes bug in F_REPLACESTRING for FireBird 2.0 under Linux
nach oben • go top •
Version "adhoc20070823" from 2007-08-23
fixes bugs in some BLOb-functions under 64Bit Linux, nearly all BLOb-functions reengineered.
nach oben • go top •
Version "adhoc20070809" from 2007-08-09
2 changed functions
fixes bug (Server-Crash) in
- F_INCDATE
- F_INCDATETIME
5 extended functions
24 new languages in F_CMONTHLONGLANG (you can display with ISO 8859_1)
     pt = Portuguese,
     nl = Dutch
     no = Norwegian, Bokmål
     se = Swedish
     dk = Danish
     fi = Finnish
     hu = Hungarian
     ie = Irish(Gaelic)
     ee = Estonian
     is = Icelandic
     al = Albanian
     va = Classical Latin
     v1 = Ecclesiastical Latin
     c1 = Catalan
     s1 = Scots
     s2 = Scottish Gaelic
     w1 = Welsh
     b1 = Breton
     b2 = Basque
     n1 = Norwegian, Nynorsk
     za = Afrikaans
     fo = Faroese
     lu = Luxembourgish
     w2 = Wallon
24 new languages in F_CMONTHSHORTLANG look above
24 new languages in F_CDOWLONGLANG look above
24 new languages in F_CDOWSHORTLANG look above
24 new languages in F_NUMINWORDS look above
14 new functions
- F_KALENDERWOCHE
- F_WEIBERFASSNACHT
- F_ROSENMONTAG
- F_KARNEVALSDIENSTAG
- F_ASCHERMITTWOCH
- F_PALMSONNTAG
- F_GRUENDONNERSTAG
- F_KARFREITAG
- F_OSTERSAMSTAG
- F_OSTERMONTAG
- F_HIMMELFAHRT
- F_PFINGSTSONNTAG
- F_PFINGSTMONTAG
- F_FRONLEICHNAM
now input/output-compatible to the rest of rFunc string-functions
for this 5 new functions
- F_REPEATTRIM (REPEATTRIM, LONGREPEATTRIM)
- F_STRREPEAT (STRREPEAT, LONGSTRREPEAT)
- F_STRSTUFF (STRSTUFF, LONGSTRSTUFF)
- F_FLOATTOSTR (FLOATTOSTR)
- F_INTTOSTR (INTTOSTR)
now input/output-compatible to the rest of rFunc BLOb-functions
for this 3 new functions
- F_BLOBSTRPOS (B_STRPOS)
- F_BLOBCMP (B_STRCMP)
- F_BLOBTEXTPOS (B_TEXTPOS)
these rFunc-functions are not made until tody:
not yet input/output-compatible to rFunc spezial-functions
- EAN13CS
- CALCEXPR
- EXPRISVALID
not yet input/output-compatible to rFunc NVL-functions
- IIF
- DIF
- CIF
- LONGCIF
- DTIF
update manual
update DECLARE-scripts
now also a 64Bit-linux-version for AMD64 available
delete debug-code from the windwos-version, by this the dll is now much smaller
the ib_util_malloc function from the ib_util is not longer used. Therefore it is not longer necessary to link the ib_util.lib during compiling/linking.
Version tested on
- InterBase 7.1 with MandrivaLinux 2006
- InterBase 2007 with Windows XPSP2
- FireBird 1.5.4 with Windows2000 Advanced Server
- FireBird 1.5.3 with MandrivaLinux 10.2
- FireBird 2.0.1 with Windows XPSP2
- FireBird 2.0.1 with ubuntu server 6.06 LTS
- FireBird 2.0.1 amd64 with ubuntu server 6.06 amd64 LTS
- FireBird 2.1.beta1 with MandrivaLinux 2007
nach oben • go top •
Interim-version "adhoc 20070511beta" from 2007-05-11 - not published
nach oben • go top •
Version "adhoc20070209" from 2007-02-09
7 fixed, 39 new functions
now also compatibility for negativ parameters in FreeUDFLib etc. (empty string instead of complete string) for
- F_LEFT
- F_MID
- F_RIGHT
now compatibility for single-digit calender-weeks in FreeUDFLib etc. (leading 0) for
- F_WOY
fixes memory-leak with negative parameters in
- F_STROFCHAR
fixes bugs  in
- F_PROPERCASE (no transform of upper cases to lower cases)
- F_FIXEDPOINTLANG (wrong rounding and output at the end ':' instead of 0 if there is 9 at the end)
adds new (7 funktions):
string funnctions
- F_ KEYUP
numeric functions
- F_NUMINWORDS
- F_ROUNDTOEVEN
date/time functions
- ADDPERIOD
- SUBPERIOD
- PERIOD2SECONDS
- SECONDS2PERIOD
now input/output-compatible to nearly all rFunc string-functions
for this add
- F_RPADLEFT (PADLEFT, LONGPADLEFT)
- F_RPADRIGHT (PADRIGHT, LONGPADRIGHT)
- F_STRPOS (STRPOS)
- F_STRCMP (STRCMP)
- F_RSTRINGCOUNT (STRCOUNT)
- F_RWORDCOUNT (WORDCOUNT)
- F_WORDNUM (WORDNUM, LONGWORDNUM)
- F_RC (C, LONGC)
- F_CONVERTSYMBOLS (CONVERTSYMBOLS, LONGCONVERTSYMBOLS)
not yet made
- REPEATTRIM
- STRREPEAT
- STRSTUFF
- FLOATTOSTR
- INTTOSTR
now input/output-compatible to all rFunc Math-functions
for this add
- F_DIV (DIV)
- F_Z (Z)
- F_DZERO (DZERO)
- F_GETRANDOM (GETRANDOM)
- F_BIN_GET (GETBIT)
- F_BIN_SET (SETBIT)
now input/output-compatible to all rFunc date/time-functions
for this add
- F_EXTRACTYEARDAY (EXTRACTYEARDAY)
- F_EXTRACTWEEKDAY (EXTRACTWEEKDAY)
- F_RISLEAPYEAR (ISLEAPYEAR)
- F_MILLISECOND (EXTRACTMILLISECOND)
- F_DATETOSTR (DATETOSTR)
- F_RENCODEDATE (ENCODEDATE)
- F_RENCODEDATETIME (ENCODEDATETIME)
- F_DOW (DOW)
- F_FIRSTDAYMONTH (FIRSTDAYMONTH)
- F_LASTDAYMONTH (LASTDAYMONTH)
- F_INCDATE (INCDATE)
- F_INCDATETIME (INCDATETIME)
- F_TIMETODOUBLE (TIMETODOUBLE)
- F_DATETODOUBLE (DATETODOUBLE)
- F_DOUBLETODATE (DOUBLETODATE)
- F_DOUBLETOTIME (DOUBLETOTIME)
now input/output-compatible to nearly all rFunc BLOb-functions
- F_RBLOBMID (B_SUBSTR, B_LONGSUBSTR)
not yet made
- B_STRCMP
- B_TEXTPOS
now input/output-compatible to all rFunc UUID-functions
- for this no new functions necessary
now input/output-compatible to all rFunc constant-functions
- for this no new functions necessary
not yet input/output-compatible to rFunc spezial-functions
- EAN13CS
- CALCEXPR
- EXPRISVALID
not yet input/output-compatible to rFunc NVL-functions
- IIF
- DIF
- CIF
- LONGCIF
- DTIF
No compatibility will come to some rFunc-functions because
- they are only for Windows (and not or only with much work portable to Linux)
- only to use with kyrillic charset
- InterBase/FireBird system-function
- not (longer) necessary
These Windows-functions are
- FCREATE
- FOPEN
- FREAD
- LONGFREAD
- FWRITE
- FSEEK
- FCLOSE
- FREMOVE
- FSIZE
- FSEEK_CUR
- FSEEK_END
- FSEEK_SET
- FO_RDONLY
- FO_WRONLY
- FO_RDWR
- FO_CREAT
- FO_TRUNC
- FO_EXCL
- FO_APPEND
- FS_IREAD
- FS_IWRITE
- FS_IEXEC
- MSGBOX
only to use with kyrillic charset are
- NUMINWORDS
- RLATIN
- LONGRLATIN
- RTRANSLIT
- LONGRTRANSLIT
InterBase/FireBird system-functions are
- ADD_USER
- MODIFY_USER
- DELETE_USER
not (longer) necessary are
- INITRANDOM (because the random-functions initializes itsself)
- LIBVERSION
- LIBNAME
- MD5SUM
- MD5INIT
- MD5UPDATE
- MD5FINAL 
nach oben • go top •
Interim-version "adhoc20070130interim" from 2007-01-30 - not published
Interim-version "adhoc20070122interim" from 2007-01-22 - not published
Interim-version "adhoc20070118interim" from 2007-01-18 - not published
nach oben • go top •
Version “adhoc 20061221" from 2006-12-21
deletes (function without sence)
- F_UUIDCOMPARE
adds (131 functions):
String functions
- F_ORD
- F_PRED
- F_SUCC
- F_PADCENTER
- F_REVERSE
- F_WORDCOUNT
- F_STRINGCOUNT
Numeric functions
- F_EVEN
- F_RAND
- F_DOUBLERANDOM
- F_SIGN
- F_SQRT
- F_LN
- F_LOG
- F_LOG10
- F_FLOOR
- F_FRAC
- F_CEILING
- F_POWER
- F_SOFTROUND
Numeric functions: Trigonometry
- F_SIN
- F_COS
- F_TAN
- F_COT
- F_ASIN
- F_ACOS
- F_ATAN
- F_ATAN2
- F_ACOT
- F_SIND
- F_COSD
- F_TAND
- F_COTD
- F_ARCSIND
- F_ARCCOSD
- F_ARCTAND
- F_ARCCOTD
- F_SINH
- F_COSH
- F_TANH
- F_COTH
- F_ARSINH
- F_ARCOSH
- F_ARTANH
- F_ARCOTH
Numeric functions: Binär
- F_BIN_AND
- F_BIN_OR
- F_BIN_XOR
- F_BIN_NOT
- F_BIN_SHL
- F_BIN_SHR
BLOb functions
- F_BLOBWORDCOUNT
Convert functions
- F_C_IN2M
- F_C_FT2M
- F_C_YD2M
- F_C_MILE2KM
- F_C_SM2KM
- F_C_FM2M
- F_C_P2MM
- F_C_M2IN
- F_C_M2FT
- F_C_M2YD
- F_C_KM2MILE
- F_C_KM2SM
- F_C_M2FM
- F_C_MM2P
- F_C_AR2SQM
- F_C_HA2SQM
- F_C_MORGEN2SQM
- F_C_SQFT2SQM
- F_C_AC2SQM
- F_C_SQYD2SQM
- F_C_SQM2AR
- F_C_SQM2HA
- F_C_SQM2MORGEN
- F_C_SQM2SQFT
- F_C_SQM2AC
- F_C_SQM2SQYD
- F_C_BBL2L
- F_C_GBFLOZ2ML
- F_C_USFLOZ2ML
- F_C_GBPT2L
- F_C_USPT2L
- F_C_GBQT2L
- F_C_USQT2L
- F_C_GBGAL2L
- F_C_USGAL2L
- F_C_RT2CBM
- F_C_L2BBL
- F_C_ML2GBFLOZ
- F_C_ML2USFLOZ
- F_C_L2GBPT
- F_C_L2USPT
- F_C_L2GBQT
- F_C_L2USQT
- F_C_L2GBGAL
- F_C_L2USGAL
- F_C_CBM2RT
- F_C_CT2G
- F_C_OZ2G
- F_C_OZTR2G
- F_C_LB2KG
- F_C_G2CT
- F_C_G2OZ
- F_C_G2OZTR
- F_C_KG2LB
- F_C_G2T
- F_C_BAR2TORR
- F_C_BAR2PA
- F_C_PSI2PA
- F_C_TORR2PA
- F_C_CAL2J
- F_C_PS2KW
- F_C_BHP2KW
- F_C_T2G
- F_C_TORR2BAR
- F_C_PA2BAR
- F_C_PA2PSI
- F_C_PA2TORR
- F_C_J2CAL
- F_C_KW2PS
- F_C_KW2BHP
- F_C_C2F
- F_C_F2C
- F_ROMAN2ARABIC
- F_ARABIC2ROMAN
Functions for constants
- F_PI
- F_E
- F_C
- F_G
- F_K
corrects bugs
- in F_PROZENTE
- with negative numbers in F_ZAHLRUNDEN
- to round under Linux in F_ZAHLRUNDEN
Changing from enteypoints:
- F_TRUNCATE now f_truncate insteed of truncate
- F_ROUND now f_round insteed of round
Compatible to FB 2.0 - UDFs now could return <null>
Update manual
Functions tested
- InterBase 7.1 with MandrivaLinux 2006
- InterBase 2007 with Windows XPSP2
- InterBase 2007 with MandrivaLinux 2006
- FireBird 2.0 with Windows XPSP2 without <null> Declairs
- FireBird 2.0 with Windows XPSP2 with <null> Declairs
- FireBird 2.0 with MandrivaLinux 2006
nach oben • go top •
Version “adhoc 20061031" from 2006-10-31
adds:
- F_NBSP
- F_DQM
- F_SQM
- F_TAB
- F_INTRANDOM
- F_UUID1MAC
- F_UUID1RAND
- F_UUID1MACCOMPR
- F_UUID1RANDCOMPR
- F_UUID4
- F_UUID4COMPR
- F_UUID2UUIDCOMPR
- F_UUIDCOMPR2UUID
- F_UUIDCOMPARE
- F_UUID1TIMESTAMP
- F_UUID1COMPRTIMESTAMP
- F_UUID1MACMAC
- F_UUID1COMPRMAC
- F_UUIDVERSION
update manual
(new functions) tested with
- InterBase 7.1 SP2 with Windows 2000 Advanced Server
- InterBase 7.1 SP2 with Mandriva Linux 2006
- InterBase 7.5 SP1 with Windows XP Professional
- InterBase 7.5 SP1 with Mandriva Linux 2006
- InterBase 2007 with Windows XP Professional
- FireBird 1.5.2 with Windows 2000 Advanced Server
- FireBird 1.5.2 with SuSe 10.0
- FireBird 1.5.2 with Mandriva Linux 2006
- FireBird 2.0 RC5 with Windows XP Professional
- FireBird 2.0 RC5 with Mandriva Linux 2006
nach oben • go top •
Version “adhoc 20060925" from 2006-09-25
Bugfix (with server-crash) for InterBase and FireBird in:
- F_BLOBASPCHAR
- F_BLOBCAT
- F_BLOBCATSTR
- F_BLOBREPLACESTRING
Bugfix for Linux:
- F_DAYSOFMONTHS
adds:
- F_BLOBMAXSEGMENTLENGTH
- F_BLOBSEGMENTCOUNT
- F_BLOBLINE
- F_BLOBLINE_COUNT
- F_BLOBCOMPARE
- F_BLOBSUBSTR
update manual
(new functions) tested with
- InterBase 7.1 SP2 with Windows 2000 Advanced Server
- InterBase 7.1 SP2 with Mandriva Linux 2006
- InterBase 7.5 SP1 with Windows XP Professional
- InterBase 7.5 SP1 with Mandriva Linux 2006
- FireBird 1.5.2 with SuSe Linux 8.1
- FireBird 1.5.2 with SuSe Linux 10.0
- FireBird 1.5.2 with Mandriva Linux 2006
- FireBird 2.0 RC4 with Windows XP Professional
- FireBird 2.0 RC4 with Mandriva Linux 2006
nach oben • go top •
Interim-version “adhoc 20060919 from 2006-09-19 - not published
nach oben • go top •
Version “adhoc 20060516" from  2006-05-16
- adapted to InterBase 7.5
- works on from FireBird 2.0 RC1 (compiled with RC2)
- with Windows from FireBird 1.5 on only one FreeAdhocUDF-FireBird version is necessary
- with Windows from InterBase 6 on only one FreeAdhocUDF-InterBase version is necessary
- only for Linux and FireBird 1.5 a version a special version is necessary 
- for Linux and InterBase just one version of FreeAdhocUDF is necessary 
- no more support for Interbase 6 and SuSe 8.1
- corrects a bug in F_AGEINYEARSTHRESHOLD (Parameters changed)
- corrects a bug in F_ADDMONT       
- error correction and update of the manual
This version was testet on:
- InterBaseSS 6.02 with Windows XP Professional and Windows 2000 Advanced Server
- InterBase 7.1 with Windows XP Professional and Windows 2000 Advanced Server
- InterBase 7.1 with Mandrake Linux 10.0 / Mandriva Linux 10.1
- InterBase 7.5 with Windows2000 Advanced Server
- InterBase 7.5 with Mandriva Linux 10.2
- FireBirdSS 1.5.2 with Windows XP Professional and Windows 2000 Advanced Server
- FireBirdSS 1.5.2 with Mandrake Linux 10.0 / Mandriva Linux 10.1
- FireBirdSS 1.5.2 with SuSe Linux 8.1 (use FreeAdhocUDF.so SuSe81FB15 !)
- FireBirdSS 1.5.2 with SuSe EnterpriseServer 8 (use FreeAdhocUDF.so SuSe81FB15 !)
- FireBirdSS 1.5.2 with SuSe Linux 10.0
- FireBirdSS 1.5.2 with Ubuntu Server 5.10
- FireBirdSS 1.5.2 with Kubuntu 5.10
- FireBirdSS 2.0.0 RC2 with Windows 2000 Advanced Server 
- FireBirdSS 2.0.0 RC2 with Mandriva Linux
nach oben • go top •
Version “adhoc 20060306" from 2006-03-06
adds:
- a variant to F_SUBSTR because of compatibility to (Delphi-)FreeUDFLib
nach oben • go top •
Version “adhoc 20060302" from 2006-03-02
adds:
- F_STRINGLISTITEM
- F_LF
- F_STR2EXCEL
- F_BLOB2EXCEL
- F_BLOBCAT
- F_BLOBCATSTR
- F_BLOBREPLACESTRING
corrects (the same) bug in
- F_ADDYEAR
- F_ADDMONTH
- F_ADDWEEK
- F_ADDDAY
- F_ADDHOUR
- F_ADDMINUTE,
- F_ADDSECOND
extended version of
- F_FINDWORD and F_FINDNTHWORD additional character (äöü...)
update manual
nach oben • go top •
Version "adhoc 20051231" from 2005-12-31
bugfixed on following bugs:
- F_OSTERDATUM (calulates Thuesday after Easter insted of Easter-Sunday)
- UDF-definitionscript (wrong Entrypoint of F_MAX and F_MIN)
update manual
nach oben • go top •
Version "adhoc 20051016" from 2005-10-16
produced compatibility between Windows and Linux for InterBase and FireBird and is compatible to FreeUDFLib, FreeUDFLibC, FreeUDFLib AvERP and GrUDF.  It contains new Functions, which did not give it so far in one of the four UDFs, which are however useful.
- F_VERSION
- F_EUROVAL
- F_ROUND
- F_DIGITS
- F_STRIPSTRINGHOLD
- F_FACT
- F_FIXEDPOINTLANG
- F_AGEINYEARS
- F_AGEINYEARSTHRESHOLD
- F_AGEINHOURS
- F_AGEINHOURSTHRESHOLD
- F_AGEINMINUTES
- F_AGEINMINUTESTHRESHOLD
- F_AGEINSECONDS
- F_AGEINSECONDSTHRESHOLD
- F_YEARSBETWEEN
- F_MONTHSBETWEEN
- F_WEEKSBETWEEN
- F_DAYSBETWEEN
- F_HOURSBETWEEN
- F_MINUTESBETWEEN
- F_SECONDSBETWEEN
- F_ADDWEEK
- F_ADDDAY
- F_ADDHOUR
- F_ADDMINUTE
- F_ADDSECOND
- F_ENCODEDATE
- F_ENCODETIME
- F_ENCODETIMESTAMP
- F_LASTDAY
- F_STRRM
- F_STRCOPY
nach oben • go top •
1st Version (without VersionsNo.) from 2004-08-23
produced compatibility between Windows and Linux for InterBase and was Compatible with the FreeUDFLib and the FreeUDFLibC.  It contained moreover some new Functions.    
- F_LOWER
- F_UPPER
- F_MAXNUM
- F_MINNUM
- F_CMONTHLONGLANG
- F_CMONTHSHORTLANG
- F_CDOWLONGLANG
- F_CDOWSHORTLANG
- F_DAYSOFMONTH
- F_DTIME
- F_GFORMATD
- F_TELEFONNR
- F_IF
vorige Seite • previous page • passée sitenach oben • go top • vers le hautnächste Seite • next page • prochain site