When we post a record and some fields are changed on server side it doesnt change the zeos dataset, we need to refresh the table which will force a dataset cursor pos change etc. not User friendly.
So there is any way to refresh only the updated/inserted row ?
Server Side DataChange
Moderators: gto, cipto_kh, EgonHugeist, olehs
Server Side DataChange
where's the code ..
I think its to weird the way this workd, if we do Refreshsql:= select * from table where akey=avalue it refresh the current record , but if no where it will refresh all table and move the cursor to first pos ....
Can it be possible no cursor pos move and refresh only all result of query ex: where field >= number
Can it be possible no cursor pos move and refresh only all result of query ex: where field >= number
where's the code ..
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
sfxcc,
This would be an extremely difficult feature to implement as it involves evaluating the results you get from this refresh query and guess if the record is already in the dataset (and which record is it then?) or if it should be appended at the end of the dataset. So no... it's not a feature we can afford to add and maintain.
But nothing keeps you from refreshing the dataset and repositioning the cursor at the curent record.
Mark
This would be an extremely difficult feature to implement as it involves evaluating the results you get from this refresh query and guess if the record is already in the dataset (and which record is it then?) or if it should be appended at the end of the dataset. So no... it's not a feature we can afford to add and maintain.
But nothing keeps you from refreshing the dataset and repositioning the cursor at the curent record.
Mark