mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-25 04:54:40 +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(){
|
||||
m_currentRow = 0;
|
||||
m_getDataFromCache = false;
|
||||
m_eof=checkIfEmpty();
|
||||
bool result=false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user