From ba46f39dcfcad8da9c4c059995b63cc5aa14c8e6 Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Mon, 16 Jul 2018 16:09:30 +0300 Subject: [PATCH] CallbackDatasource has been fixed --- limereport/lrdatadesignintf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/limereport/lrdatadesignintf.cpp b/limereport/lrdatadesignintf.cpp index 6c155ce..b98c4aa 100644 --- a/limereport/lrdatadesignintf.cpp +++ b/limereport/lrdatadesignintf.cpp @@ -692,6 +692,7 @@ bool CallbackDatasource::prior(){ void CallbackDatasource::first(){ m_currentRow = 0; + m_getDataFromCache = false; m_eof=checkIfEmpty(); bool result=false;