getData_serial ($where) [message #7607] |
Fri, 16 July 2021 09:08 |
htManager
Messages: 434 Registered: May 2014
|
Senior Member |
|
|
Hi Toni,
I have a list view report and I want to order the records alphabetical. In the _cm_post_fetchRow($fieldarray) method I get all the records in a different order.
In functions-and-variables.html I read that the getData_serial($where) methods gets all the records from the database. Afterwards they will be passed to the _cm_post_fetchRow() method one after the other.
In which _cm_... method can I see or change the order of the records or call the getData_serial($where) method?
|
|
|
|
|