>From the VFP 6 help: Sorted The Sorted property is only available if the RowSourceType property is set to 0 (None) or 1 (Value).
If you are using an array, and selected from a cursor to that array, you can use the Order By clause of the Select statement to get your order. Or ASORT the array before giving it to the Mover. Tracy > -----Original Message----- > From: Paul Newton > Sent: Tuesday, December 05, 2006 3:19 PM > > I am surprised this hasn't shown up before as a bug of the > _mover class _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

