michael
|
30d57e270c
|
* Remove offset in field, fix warning
|
2018-07-19 12:54:50 +00:00 |
|
michael
|
53a3015923
|
* Change OnApplyUpdates to be more future proof.
|
2018-07-19 07:07:35 +00:00 |
|
michael
|
00300a800d
|
* Change AfterApplyUpdates so it gets all resolveinfo from the batch
|
2018-07-18 07:25:52 +00:00 |
|
michael
|
6adedb6ade
|
* Enable calculated Fields support
|
2018-07-17 07:53:30 +00:00 |
|
michael
|
ffc2238def
|
* Avoid extra load at EOF if no pages are used
|
2018-07-17 07:52:46 +00:00 |
|
michael
|
ad62d86c9b
|
* Reset update desriptor if it failed in current batch.
|
2018-07-02 08:23:36 +00:00 |
|
michael
|
04fdabce10
|
* Add mechanism to get pending updates info
|
2018-07-01 15:51:27 +00:00 |
|
michael
|
5113c4f198
|
* Support OldValue
|
2018-06-23 17:08:56 +00:00 |
|
michael
|
431727c61e
|
* Added ftDataset field type
|
2018-06-23 16:40:28 +00:00 |
|
mattias
|
f76a76e2e3
|
lpk: fixed opening in 1.8
|
2018-06-07 16:50:59 +00:00 |
|
mattias
|
79e513a16f
|
fcl: less hints
|
2018-05-17 13:22:48 +00:00 |
|
michael
|
6bf2506960
|
* Fix getrecno, needs a 1-based number
|
2018-05-10 10:41:06 +00:00 |
|
mattias
|
719f42195e
|
lpk: test compile to single js file
|
2018-05-08 15:47:04 +00:00 |
|
michael
|
5dc2adc79f
|
* Fix recno calculation
|
2018-04-21 07:54:20 +00:00 |
|
michael
|
2cd1d5909a
|
* Initialize next buffers when increasing buffer size
|
2018-04-21 07:54:00 +00:00 |
|
michael
|
27e3e726ea
|
* Fix case where active record is outside buffer range when buffer count is reduced
|
2018-04-02 10:45:33 +00:00 |
|
michael
|
75c570f2b2
|
* Fix Modified setting
|
2018-03-19 13:33:16 +00:00 |
|
michael
|
f607b048ad
|
* Fix GetFieldData for other buffers than the edit buffer
|
2018-03-18 18:25:16 +00:00 |
|
michael
|
7a02179405
|
* Implement BookmarkValid
|
2018-03-15 14:01:36 +00:00 |
|
michael
|
9e086a3de8
|
* Fix position after Insert
|
2018-02-12 08:14:36 +00:00 |
|
michael
|
0dcbd253fa
|
* Fix falsely added duplicate methods in commit 47
|
2018-02-12 07:59:34 +00:00 |
|
michael
|
433b905142
|
* Do not use specialized Date/Time fields by default
|
2018-02-11 22:39:16 +00:00 |
|
michael
|
38f9b72225
|
* Move published properties to new class TJSONDataset
|
2018-02-11 21:06:25 +00:00 |
|
michael
|
787af42a56
|
* Fix bookmark handling, basic infrastructure for local indexes
|
2018-02-11 15:56:04 +00:00 |
|
michael
|
eb11d23de7
|
* Remove some debug statements
|
2018-02-11 15:55:05 +00:00 |
|
michael
|
959ef209da
|
* Fix delete (Second fix is needed to make sure bookmarks are still correct after deleting)
|
2018-02-10 21:51:25 +00:00 |
|
michael
|
66ceb76a2c
|
* Correctly initialize AddToChangeList to Nil
|
2018-02-10 21:09:05 +00:00 |
|
michael
|
14e0b3dff7
|
* Fix cancel
|
2018-02-10 20:50:08 +00:00 |
|
michael
|
53c1915185
|
* Fix AV in case there is no changelist (local dataset)
|
2018-02-10 20:49:48 +00:00 |
|
michael
|
8082c6993e
|
* TJSJSON.Parse must return a JSValue, JSON spec was amended (https://tools.ietf.org/html/rfc7159)
|
2018-02-08 20:28:36 +00:00 |
|
michael
|
0b9ba8f128
|
* fix missing semilcolon now being caught by compiler
|
2018-01-31 14:20:22 +00:00 |
|
michael
|
fbbb273a36
|
* Workaround for compiler bug (not recognizing implicit function calls), fix missing semilcolon now being caught by compiler
|
2018-01-31 14:19:54 +00:00 |
|
michael
|
e24a9c6b04
|
* Add extjsdataset
|
2018-01-20 14:17:14 +00:00 |
|
michael
|
3dac9ac047
|
* Extract ExtJS Dataset from jsondataset
|
2018-01-20 14:16:07 +00:00 |
|
michael
|
f13f7c6167
|
* Metadata and rows are raw JSON object, freeandnil will not work
|
2018-01-20 14:10:43 +00:00 |
|
michael
|
6a5321c1fb
|
* Restructure, phase 1
|
2017-12-27 12:29:00 +00:00 |
|