Search found 4 matches

by niek
13.11.2008, 01:02
Forum: User Patches
Topic: TimestampStrToDateTime error fix
Replies: 2
Views: 535

Hello Mark, I rewrote the function, now 2digit year and the time portion works fine. This function can probably replace some functions in the library, like AnsiSQLDateToDateTime for instance. It is more flexible and as faster as IsMatch('????-??-??*', Temp) & AnsiSQLDateToDateTime together! Date...
by niek
12.11.2008, 12:29
Forum: User Patches
Topic: TimestampStrToDateTime error fix
Replies: 2
Views: 535

TimestampStrToDateTime error fix

Some dates of form 2008-1-1 seem not to work good with function TimestampStrToDateTime in ZSysUtils. Therefore i rewrote the function to accept a more date format's. Good luck with it. gr, Niek {** Converts Timestamp String to TDateTime @param Value a timestamp string. @return a decoded TDateTime va...
by niek
13.09.2008, 18:19
Forum: User Patches
Topic: [bug_fixed] "List out of bounds" in Metadata
Replies: 4
Views: 746

problem: add a calculated field to a dataset and open it, then call insert or append, then call post and you get a "list out of bounds" exception. the calculated field needs to be the first field to generate the exception. if you can't get the error i can mail you a test project.

Niek
by niek
08.09.2008, 12:08
Forum: User Patches
Topic: [bug_fixed] "List out of bounds" in Metadata
Replies: 4
Views: 746

[bug_fixed] "List out of bounds" in Metadata

I made a function DefineFieldIndexMeta to escape from a bug "List out of bounds" in Metadata. This is because calculated fields do not exist in the metadata (my assumption). It is only suppost to work as a temp solution, because i lack knowledge about zeos. gr, Niek SOLUTION: add/replace c...