mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-26 05:18:11 +03:00
CallbackDatasource has been fixed
This commit is contained in:
parent
08bfc160b8
commit
ba46f39dcf
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user