Custom Sql Statment + QDataRepeater and Pagination
Sun, 03/06/2011 - 17:36
Hi
I am using a custom sql query and Qdata reapter
$objDatabase = QApplication::$Database[1];
$objDbResult = $objDatabase->Query($this->strQuery);
$this->dtrUnits->DataSource = UnitFeatures::InstantiateDbResult($objDbResult);
and its working. The problem is Pagination is not. I guess i have to use the limit
But how to do so with custom sql script
thanks in advance

problem solved in the other forum
http://qcu.be/content/pagination-custom-query
Do you have a few minutes to put together this solution as an example to go to http://examples.qcu.be? I think it'd be incredibly helpful for others.