HowTo: QDataGrid (about Query Expand) with QPaginator
Hi everybody! I'm trying to do something with QDataGrid but I have troubles.
I'll explain the situation:
I'm trying to do a QDataGrid with QPaginator. The data source of QDataGrid is a query about two tables that have a column that refers to id of client's table (I have a Clients table and then one table T1 with the id of clients and others things and other table T2 with the id of clients and more things). the purpose of query is obtain the registers of t1 and t2 with the id passed. I get the query with a manual query (I tried use 'ExpandAsArray' but I couldn't get it) if I show the results in QDataGrid all are ok but when I try to add QPaginator, QDataGrid doesn't run correctly.
Someone cant help me, I'm grateful to receive any idea!
Thanks

Are you getting the QPaginator to work without using columns from the second table?
I have problems with QPaginator from time to time and it usually has to do with the way I've set it and in what order and nothing to do with my query at all.
sorry...that's all I've got for you.