I have a large dataset that I want to navigate through in a somewhat random order.
Each record has an id field which does not necessarily correspond to the row number of the record. There is an array of a subset of the ids and I want to randomly select ids from this array and point the CM to the appropriate position for that record.
I can take the id and perform a Find to find the datarow that contains that id. How do I relate that then to the appropriate integer to set the CM.Position to?
Any help appreciated,
parkerjnc
Each record has an id field which does not necessarily correspond to the row number of the record. There is an array of a subset of the ids and I want to randomly select ids from this array and point the CM to the appropriate position for that record.
I can take the id and perform a Find to find the datarow that contains that id. How do I relate that then to the appropriate integer to set the CM.Position to?
Any help appreciated,
parkerjnc