Hi,
There are some bugs that stop us to continue development (we are still test porting from our desktop applications). I have latest releases installed.
-
Bug on ChangeList
I use a TWebClientDataset connected to TWebHttpRequest.
If I use a TWebClientDataset without TWebClientConnection, FChangeList (List that include dataset change) isn't created.
This happens:"InitChangeList" procedure isn't called because "DataProxy" isn't assigned.
If I connect a TWebClientConnection to DataSet, without using it (a dummy TWebClientConnection), "DataProxy" is assigned and FChangeList is assigned. -
Bug on ApplyUpdates
The call to ApplyUpdates doesn't clear FChangeList. -
Bug on TFNCGrid, TMSFNCGridDatabaseAdapter
I connect a TWebDatasource to TMSFNCGrid with TMSFNCGridDatabaseAdapter.
When I change data in grid cell and exit from cell, the previous cell reset to previous data. After a number of attempts, the change is accepted.
This problem isn't observed with a standard TWebDBGrid with same TWebClientDatasource.