Hello folks
I am using MP 2k4 with VB6.
I set objApp.visible = true to see what's going on.
I create my dataset from SQL Server
I then create my autoshape
I see both in the MapPoint instanced window, all my pushpins AND my circle
BUT when I go to populate my recordset via
set oMRS = oDS.QueryShape(oCurrentShape)
the recordset is empty.
I DO fire off a oCurrentShape.Select before hand.
I'm puzzled, I see the shape, I see the points, but the recordset is empty.
Any thoughts anyone ? I am certainly creating my dataset first, THEN the shape, which should be right.
Tim Miltz
p.s. I also set altitude to shape radius + 1