As this is the datasource for a picker control, i need to get that picker position (same than the position inside aOrderedTipoActividad) and get and get another field value (the id field) from the orignal dataset.
In android is easy because im ordering the REAL dataset, but now, i have a array not linked in any way with the dataset.
How must i get the record linked (im clear is not linked), to get the field id from the fTipoActividad Datatable?
Then i have the position selected on the UIPickerView and is a position in the NSArray aOrderedTipoActividad
How to know wich record in fTipoActividad is?
Or theres any way to order the fTipoActividad DADatatable without pass it to another array?