Search found 4 matches
- 13.11.2008, 01:02
- Forum: User Patches
- Topic: TimestampStrToDateTime error fix
- Replies: 2
- Views: 548
- 12.11.2008, 12:29
- Forum: User Patches
- Topic: TimestampStrToDateTime error fix
- Replies: 2
- Views: 548
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...
- 13.09.2008, 18:19
- Forum: User Patches
- Topic: [bug_fixed] "List out of bounds" in Metadata
- Replies: 4
- Views: 764
- 08.09.2008, 12:08
- Forum: User Patches
- Topic: [bug_fixed] "List out of bounds" in Metadata
- Replies: 4
- Views: 764
[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...