CallbackDatasource has been fixed

This commit is contained in:
Arin Alexander 2018-07-16 16:09:30 +03:00
parent 08bfc160b8
commit ba46f39dcf

View File

@ -692,6 +692,7 @@ bool CallbackDatasource::prior(){
void CallbackDatasource::first(){ void CallbackDatasource::first(){
m_currentRow = 0; m_currentRow = 0;
m_getDataFromCache = false;
m_eof=checkIfEmpty(); m_eof=checkIfEmpty();
bool result=false; bool result=false;