-
I am using an ADO recordset to create pushpins and the problem is that the time to display them all is too long. Is there any way to create them directly into a MapPoint dataset (as the ImportData method easily do) and only then, have them displayed? (The article n°46 from Walt Cygan seems to tell me there is no way to do that, but still...)
-
The Visible property does not exist on Map object. I tried on the MapPointControl (mp.visible=false) but it is not faster. I am still working on it! The only way seems to build a temporary access table on which you can apply the importData method...
Doud
-
Would objMap.visible = false help?
-
Make that
objMap.Application.Visible = False