Anonymous
08-27-2004, 03:06 AM
Hi,
I have a problem with order in MapPoint Recordset.
First I link data from access table with primary key (sorted).
Then I get all records:
Set objRs = oDS.QueryAllRecords
And I need show this records (in form of Pushins) in order, so and as they have recovered of the acces table:
Do While Not objRs.EOF
' Set objPushpin = objRs.Pushpin
.....
.....
But I canīt get it, its display in an order that I donīt understand.
Thanks
Mario Barro
I have a problem with order in MapPoint Recordset.
First I link data from access table with primary key (sorted).
Then I get all records:
Set objRs = oDS.QueryAllRecords
And I need show this records (in form of Pushins) in order, so and as they have recovered of the acces table:
Do While Not objRs.EOF
' Set objPushpin = objRs.Pushpin
.....
.....
But I canīt get it, its display in an order that I donīt understand.
Thanks
Mario Barro