To Wilfried:
Yes, it is that I'm cycling through each result returned from my query, firing off an UPDATE transaction PER recordset tuple/row item.
That's what I mainly was looking for - some...
Type: Posts; User: tfmiltz
To Wilfried:
Yes, it is that I'm cycling through each result returned from my query, firing off an UPDATE transaction PER recordset tuple/row item.
That's what I mainly was looking for - some...
Following a .QueryPolygon method call I populate a MapPoint Recordset.
To persist this data into SQL server, I find myself iterating through many SQL UPDATE transactions.
I am using SQL Server...
Using MapPoint control .printout method - skips the print setup form that allows one to set page size, quality etc.
Anyone know how to tell MapPoint to NOT just send it to default printer, but...
Hello peoples,
I am using VB6 and MP 2k6
When I assign my DataSet object - such as
Set oDS = MapPointControl1.ActiveMap.DataSets.ImportData(App.Path & etc ...
the Default pushpin symbol...
I was going to approach a solution - to see if it could easily be done -
What are the columns headers you're bringing in for your CSV ? (hard to explain why I'm asking )
Also ball park figure...
Hey there people - Using VB6 and MapPoint 2006 here.
I made sure to search the forums first before asking on this one...
I have a large polygon - large in the sense it has some 3000 + vertice...
Thanks for insights Richard. That's up the alley of what I'd resort to with no other options - might work.
I am about to post a question on add-in's that you might have further insights on...
...
While reading this article by Richard Marsden: "A Simple Add-in for MapPoint API Beginners"
found here:
A Simple Add-in for MapPoint API Beginners - MapPoint Articles - MP2K Magazine
I...
I was looking for the code for the COM Spatial Data Import add-in for MP that allows shape files to come in.
The runtime is there on MS, but perhaps because they ditched vb6 - the vb6 code is no...
you could go centroid on the zip polygon - then differentiate as two points on a sphere using lat/lon (formula is in many posts on this forum).
Would be better to geocode the start and destination...
Thankyou very much for your time you took with your insights WinWaed.
For one, we'll be picking up your import tool - I'm glad someone took the time to MASTER that task - I found the process...
Unlike ARCView for ESRI etc.
They will need MapPoint installed.
OR - providing someone reaches such a third party product not yet available.
no.
Not to my knowledge at least (which is...
I can do this via SQL
but can MP perform a NOT in shape or NOT in polygon ?
I've looked through the OM - I SWEAR I recall seeing this before.
any insights anyone ?
ESRI Map Objects had...
Well, I'm no Euclid.
But I DID observe I specified GeoAutoShapeType.geoShapeRadius
heh
in going to attempt a queryShape on an Oval I allow to be loaded, I observed, hey, my oval is a perfect...
Just noticed.
If I go over to MapPoint Instance...
Until I actually 'move' the circle shape - and try Export to Excel manually, 'No data found'
but once I move it, or nudge it, it exports...
I know, it is strange.
Odd, in debug mode, if I call .QueryShape on my shape object (circle here, and I do know I can do circle and rectangle by other means (trig/mathematics etc), but I will also...
Update:
I notice if I go over to the instanced MapPoint application, and change the radius of my circle shape, even 1/10th of a mile, one pixel - go back to my app debug mode, set objrecords =...
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
Pat,
What sector are you in ? What kind of product / services are you seeking market research regarding the demographics you're seeking ?
Tim Miltz
Sr. level XVII Door wedge.
PMC
Just to remind you
If Claritas doesn't provide you with geocode data ? street data to Lat Lon ?
MapPoint can do this for you.
The community behind MapPoint on these forums I find is...
I hate to say it, looks like a typo to me.
But it might be your import file reference at end of your code:
c:\\temp\\export.txt
extra \ ?
Tim Miltz
Last Seen typing this line.
It's all lawyers and paper.
So long as you cover the licensing 'per install' or per your licensing agreement, as there exist varying licensing now with MP2k4 Fleet licensing vs prior @near retail...
I noticed you stated you want to draw the 'shapes' by 'street location'.
This sounds like you might want a custom polygon, MapPoint has two basic categories for representing an area, ...
Hey folks
Using vb6 + mappointcontrol, mp2k 2004 (iirc)
I let a user create a custom polygon, build it as they click...
Now, if the user selects from the right click menu 'Close Curve'
I...
Hey there Mike,
Ah, I see your point there.
I was using the Mappoint object model in this case, so that I could
Set oCurrentShapeFinal =...