View Single Post

  #6 (permalink)  
Old 09-24-2003
Jack Jack is offline
Junior Member
White Belt
 
Join Date: Jan 2003
Posts: 8
QueryAllRecords

I suppose you perform a 'QueryAllRecords' after importing the dataset and unfortunately this doesn´t return the records in the original order.
My suggestion is that you add an extra field to your dataset before importing (an index that describes the desired order) and in your program you add the waypoints using this index.

Greetings, Jack.
Reply With Quote