buf fix sort and procedure

This commit is contained in:
levinsv 2020-04-13 21:11:13 +05:00
parent ae8ca667e7
commit 9b97fa1dcf
7 changed files with 26 additions and 7 deletions

View file

@ -194,6 +194,7 @@ void ctlSQLResult::DisplayData(bool single)
ProcessTableMessage(*msg);
delete msg;
table->initSort();
SetSort(true);
if (NumRows()<1000) {
for(int row = 0; row < NumRows(); ++row) {
if (row%2==0) {
@ -679,6 +680,7 @@ sqlResultTable::sqlResultTable()
thread = NULL;
colorder=NULL;
maplines=NULL;
use_map=false;
}
int sqlResultTable::GetNumberRows()