Commit Graph

81 Commits

Author SHA1 Message Date
michael
9405cae183 * Check browse mode before setting recno 2020-11-10 09:35:17 +00:00
michael
1a5c3bba66 * Avoid returning undefined when getting field data 2020-11-05 08:34:37 +00:00
michael
5fdeab5490 * Allow descendents to copy row using fieldmapper 2020-11-01 12:09:23 +00:00
michael
4c649e5048 * Create edit row correctly 2020-09-13 07:57:03 +00:00
michael
784e85a9dd * Fix bug ID 37737: always set parentcomponent 2020-09-12 07:52:43 +00:00
michael
459935b75e * Fix declaration : add const (bug ID 37541, by Henrique Werlang) 2020-08-11 11:30:41 +00:00
michael
a2e29dec6c * Remove lookup as well as calc fields from JSON 2020-08-01 09:40:02 +00:00
michael
50ce665a76 * Accept native Javascript Date, (adapted) patch from Bruno 2020-07-09 09:57:53 +00:00
michael
d744f40921 * Fix DefaultBytesToBlobData 2020-07-09 09:49:28 +00:00
michael
ec3efe0ad5 * Fix from Wagner Landgraf: Lookup must return Null if not found 2020-05-13 12:29:37 +00:00
michael
b457601e27 * Update requests must also pass through setuprequest 2020-02-23 19:22:26 +00:00
michael
ba11536829 * Add ResolveStatus to TResolveInfo 2019-12-06 14:02:10 +00:00
michael
223e553de3 * Initial version of fieldmap 2019-11-04 11:17:47 +00:00
michael
551b7e9911 * Rework dataset resolve mechanism to use separate status 2019-11-02 17:32:55 +00:00
michael
dbaafd3dd8 * loCancelPending added to load flags 2019-09-27 13:24:58 +00:00
michael
6219494a7a * Loading 2019-09-27 13:14:58 +00:00
michael
816d7bd3e1 * Fix never-ending loop when setting filter 2019-09-26 12:54:58 +00:00
michael
980c23aa15 * Assume memo fields are sent as strings, not as bytes. 2019-09-26 12:54:11 +00:00
michael
ae4df85df3 * Rest bridge returns blob as base64 encoded data 2019-09-20 06:55:06 +00:00
michael
3d687576c6 * Fix TBinaryField.Get/setAsBytes 2019-09-20 06:54:35 +00:00
michael
9019affbec * Prevent calc fields spilling over from current record to edit buffer 2019-08-26 18:36:19 +00:00
michael
fae6877e9a * Fix case where applyupdates is called when a previous batch is still ebing handled 2019-08-26 18:35:38 +00:00
michael
5012b557ae * GotoBookmark checks that bookmark is valid. 2019-07-25 17:26:16 +00:00
michael
b07f70c6b2 * Use FN correctly 2019-07-07 18:40:35 +00:00
michael
7f010191f5 * Check that currentindex is assigned 2019-07-07 18:39:55 +00:00
michael
e7de8d63ea * Fix internalpost so that records are only appended to existing indexes 2019-06-18 16:12:38 +00:00
michael
f786a75965 * Fix working of dataset when closing/opening 2019-06-08 11:40:56 +00:00
michael
71fb6246d5 * Publish OwnsData 2019-06-08 11:40:00 +00:00
michael
81bf48df6b * Fix setting index before dataset is open 2019-06-01 13:05:24 +00:00
michael
c5d66bd192 * Reset default to RFC3339 date handling if no format specified 2019-05-20 18:56:26 +00:00
michael
0a0fd7dfe0 * Locate by default starts from 0th record. Add option to allow search from current. Fix date handling 2019-05-18 14:20:45 +00:00
michael
a0351ecfdc * out-of-the-box support for custom SQL statement, add databaseconnection property to dataset 2019-03-31 14:17:55 +00:00
mattias
8859a8c8f3 fcl-db: less hints 2019-03-16 16:17:32 +00:00
michael
b4fb0f45dd * TBlobField must bet TBinaryField descendent, but needs to allow size 0 2019-03-12 08:11:52 +00:00
michael
8619a9f296 * Let TBlobField descend of TField 2019-03-12 03:44:14 +00:00
michael
3d43138c51 * SQLDBRestBridge components and first demo 2019-03-07 08:51:16 +00:00
michael
5a3377ea94 * Allow descendents to configure data requests 2019-03-07 08:46:40 +00:00
michael
e2494de422 * Auto-detect JSON type 2019-03-07 08:46:06 +00:00
michael
3800875e45 * Fix SetBufListSize 2019-02-27 08:57:52 +00:00
mattias
6c0a7e59d1 rtl: clean up 2019-02-26 17:45:43 +00:00
michael
5d7b0b4891 * Added filtering 2018-12-30 16:17:11 +00:00
michael
4dad417429 * Add indexing 2018-12-26 18:57:08 +00:00
michael
8de41029b1 * Remove some debug statements 2018-12-25 11:26:51 +00:00
michael
7f311b408c * Implement FieldValues, Locate, Lookup and lookup fields (no cache yet) 2018-12-25 11:11:49 +00:00
michael
69f85aaa96 * Fix from Wagner Landgraf to fix missing data events 2018-12-05 14:14:38 +00:00
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