MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Calling some Foxpro code after addpushpins as stops

This is a discussion on Calling some Foxpro code after addpushpins as stops within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Does anyone know if its possible to call some foxpro code after the user has "added pushpins as stops". Is ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-30-2004
Junior Member
White Belt
 
Join Date: Mar 2004
Posts: 6
Calling some Foxpro code after addpushpins as stops

Does anyone know if its possible to call some foxpro code after the user has "added pushpins as stops". Is there a method or event I can intercept.

I know a little visual basic too so maybe that could give me aclue if you don't know foxpro

TIA
Robin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 04-01-2004
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
adding pushpins as stops from foxpro

I use foxpro to collect changes to routes that have been modified in mappoint. Here is a simple version of the object calls. It's the same concept for the pushpin collection.


IF TYPE('objApp.ActiveMap.ActiveRoute.Waypoints.Count ') = 'N'
nSeq = objApp.ActiveMap.ActiveRoute.Waypoints.Count
FOR x = 1 TO nSeq
WAIT WINDOW objApp.ActiveMap.ActiveRoute.Waypoints.Item(x).Nam e
NEXT
ENDIF

Good Luck!

mick_alpine@msn.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
addpushpins, calling, code, foxpro, stops


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
FoxPro & Mappoint OCX Anonymous MapPoint 2006/2009 Discussion 4 05-29-2005 05:57 AM
911 outbound calling LLurie MapPoint 2006/2009 Discussion 4 04-21-2003 10:41 AM
Using MP ActiveX Control in Access/Foxpro etc Anonymous MapPoint 2006/2009 Discussion 0 02-21-2003 12:51 PM
VBA calling MP2k2 rkehn MapPoint 2006/2009 Discussion 2 01-15-2003 12:47 PM
Using MapPoint in Foxpro Anonymous MP2K Magazine Articles 0 09-01-2001 12:48 AM


All times are GMT -5. The time now is 08:18 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54