[MI-L] ConvexHull Issue

2006-08-28 Thread John Polasky
it anymore. The only option is for a single output object for all input objects. I tried rebuilding my table of input objects (points), re-created the points, modified the structure, etc., but nothing seems to resolve the issue. Why is this happening?? Thanks!! John Polasky The Schwan Food

[MI-L] TargetPro-CrystalReporting

2006-08-18 Thread John Polasky
Hello- Can anyone tell me how to disable the snap/align preference in the Crystal Report editing mode? I'm trying to modify a report template, and if I accidentally move a text box or other objects in the report layout (eventhe slightest movement), I can't seem to move the object back to

MI-L Selecting a string

2005-10-25 Thread John Polasky
Hello- Two questions related to string variables: 1.) Is it possible to select ('search') a string and then modify ('replace') it utilizing the shell below?: dim sWorkspaceString as string '--- sWorkspaceString = WindowInfo(frontwindow(), win_info_workspace)

MI-L Closing Query 'tables'

2005-10-19 Thread John Polasky
Listers- Is there a 'One-Size-Fits-All' method for closing ALL query/temp tables in mapbasic, regardless of the query number? Thanks -John - List hosting provided by Directions Magazine | www.directionsmag.com | To

MI-L LOOPING

2005-10-13 Thread John Polasky
Good afternoon- A very straightforward question...is it at all possible to execute a loop in the mapbasic command window. I thought that I had once stumbled on to method for doing just that. If it is possible, could someone refresh my memory with a sample? Thanks! -John

MI-L Object column?

2005-10-11 Thread John Polasky
Hi All Could someone out there please tell me how to query the object attribute of a table for SQL select? I'm writing a mapbasic tool, and I am sure there's a simple answer for this, but I can't seem to remember Here's the code I attempted to use. But it was useless : )

RE: MI-L Detecting Windows by String Variables

2005-05-26 Thread John Polasky
Hello- I just want to thank everyone who responded to my question below. I received several suggestions, all of which were very helpful. MapInfo-L has been a great resource for me over the last few years. Thanks again. John -Original Message- From: John Polasky [mailto:[EMAIL

MI-L Detecting Windows by String Variables

2005-05-25 Thread John Polasky
Greetings List: Is there a simple way to have MapBasic detect the existence of a custom named window (where the name has been stored in a string variable)? Thanks! John E. Polasky The Schwan Food Company - List hosting

MI-L MI 7.5

2005-04-21 Thread John Polasky
Hello- Ever since I've upgraded to 7.5, my redraw/refresh rate has become VERY slowww. It is bad with mappers, but much worse with the layouts. Does anyone out there know if anything in MapInfo can be disabled to speed things up? Perhaps any of the new features that may be draining system

MI-L MI/MB compatibility

2005-04-11 Thread John Polasky
Greetings Listers- I've upgraded my MapBasic software to 7.5, and I'll be upgrading MapInfo to 7.5 very soon. In the meantime, however, I've found that my .mbx's (compiled in MB 7.5) are not compatible with MapInfo 7.0. Is there a workaround or line of code I can add to my source to enable the

MI-L Selecting by Max/Min Values

2005-04-07 Thread John Polasky
Dear Listers- This should be a simple process, but I'm having difficulties with it. Using SQL select, I'm trying to select a point with the largest population. It selects the specified columns, but I want the actual point on the map to be selected as well. Where am I going wrong? Here is the

MI-L Selecting by Max/Min Values

2005-04-07 Thread John Polasky
Dear Listers- This should be a simple process, but I'm having difficulties with it. Using SQL select, I'm trying to select a point with the largest population. It selects the specified columns, but I want the actual point on the map to be selected as well. Where am I going wrong? Here is the

MI-L Test Message-Please Disregard

2005-04-07 Thread John Polasky
Please disregard. This is a test message. - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number:

MI-L Table Limits

2005-03-29 Thread John Polasky
Hello- Do any of you know, offhand, if there is a limitation in the number of rows that a MapInfo .tab can have? If so, can it be increased through the Windows registry Thanks! Sincerely, John E. Polasky Geographic Information Systems Analyst The Schwan Food Company Web:

RE: MI-L Modifying Table Structure and Updating Newly Added Columns outside ofMapInfo

2005-03-11 Thread John Polasky
Thanks to everyone who advised me on this!! -John From: John Polasky [EMAIL PROTECTED] To: Mapinfo-L@lists.directionsmag.com Subject: MI-L Modifying Table Structure and Updating Newly Added Columns outside of MapInfo Date: Thu, 10 Mar 2005 12:56:13 -0600 Good Day- Does anyone out

MI-L Modifying Table Structure and Updating Newly Added Columns outside of MapInfo

2005-03-10 Thread John Polasky
Good Day- Does anyone out there know if it is possible to add columns and update just the .dat component file of a mapinfo.tab in Access (temporarily isolating the data from the graphic component) and then simply bring it back into MapInfo and reopen as part of the overall .tab with the original

MI-L Frame Info

2005-02-24 Thread John Polasky
Hello- Does anyone out there know how to extract AND assign the 'Scale on paper' value for frames in the layout, using MapBasic? I know how to get the mapper scale value, but that doesn't help me on the layout side of what I'm building. I'm attempting to automate some routine mapping that

MI-L Open File Limit

2005-01-20 Thread John Polasky
Does anyone out there know of a workaround to exceed the limitation on the number of open tables within a workspace? I'm currently running MapInfo 7.0 and MapBasic 7.0. Thanks! Sincerely, John E. Polasky The Schwan Food Company

MI-L Object's MBR Height/Width

2005-01-19 Thread John Polasky
Greetings Listers- Does anyone out there know how to query an object's minimum bounding rectangle with MapBasic, to return the MBR's height and width in MILES? For example, I'm trying to automate a mapping procedure that will look at the shape of a selected region object, and subsequently adjust

MI-L Grid Interpolation Methods

2005-01-14 Thread John Polasky
Greetings List- Does anyone out there know if there is an effective way to calculate the grid thematic incorporating a natural break method (using the standard gridding features of MI 7.5)? Our current process is to use an individual or range thematic first to determine natural breaks, noting

MI-L List of column names

2004-12-17 Thread John Polasky
Dear List- Does anyone out there have a quick way to retrieve column names (return a string) of a particular table? I'd like to set up a script in which a user can pick a field to extract individual values (names). The program needs to retrieve the column names and put them into a listbox. I'm

MI-L MapBasic Null Value

2004-12-07 Thread John Polasky
Dear List- I have an integer variable which is to be user assigned in an interface during runtime. I want my program to check if that value is left blank/null. Using an If...Then statement, how do I tell MapInfo to identify that the variable is empty? I can't use zero for the check obviously,

MI-L Center of Mass

2004-12-07 Thread John Polasky
Hello Again- Does anyone know of a way to calculate the center of mass or gravity of a region object? Thanks -John - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL

MI-L Objects...

2004-12-01 Thread John Polasky
Dear List- Is it possible to build a 'Concave Hull'? Has it been done?? Thanks!! -John Polasky The Schwan Food Company - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL

MI-L Looping

2004-11-30 Thread John Polasky
Dear List- Is it possible to run any kind of simple looping through the MapBasic command window in MapInfo?? I thought I tried it successfully once before, but can't remember for sure. If it is possible, can someone please share the trick? Thanks! -John

MI-L Invert Selection

2004-11-22 Thread John Polasky
Can someone clue me in on the MapBasic syntax that results in an invert selection? It seems like it should be easy, but I haven't been able to generate such code. Thanks! John - List hosting provided by Directions Magazine |

RE: MI-L drawing order for lines

2004-08-31 Thread John Polasky
My observation is that any objects are drawn in the order of which they are created/added to a table. If you look at the browser of a mappable table, the bottom-most row (associated with an object) would be the last item drawn (i.e. becomes the top most object of that layer since it is the

RE: MI-L drawing order for lines

2004-08-31 Thread John Polasky
Regarding the cut/paste method I mentioned earlier... It does work. To test, just make a map table editable and select one object, such as a polygon that is partially covered by another, then do a cut/paste. It will be redrawn on top of the other(s). Keep that object selected in the mapper.

RE: MI-L drawing order for lines

2004-08-31 Thread John Polasky
Thanks for the clarification Eric. I stand corrected (and clarified)! Sincerely, John E. Polasky Geographic Information Systems Manager The Schwan Food Company Home Service - West 115 West College Drive Marshall, MN 56258 phone - 507-537-8631 mailto:[EMAIL PROTECTED] Web:

RE: MI-L Current Date into Layout View

2004-07-27 Thread John Polasky
Here's an example for you: ' Create Text © 2004 COMPANY NAME HERE, All Rights Reserved. + FormatDate$(CurDate()) (7.4375,8.1174) (10.3722,8.2306) Font (Arial,0,7,0)

RE: MI-L Question about Thematic Maps

2004-07-26 Thread John Polasky
Sheri- I've had a similar issue once before. Did you build the thematic on a selection/query? I've had problems saving workspaces to the network, after having built thematics on a selection. If this is the case in your situation, your best bet would be to save that selection into a new table.

MI-L Layout Frames

2004-07-26 Thread John Polasky
Hello- Does anyone out there know of a MapBasic call to obtain ID's and information about the individual frames in any given layout? I'm trying to write a program that will automatically populate a layout frame with the contents of a mapper, but I need information about the frame and some sort

MI-L Zoom to Selected

2004-06-23 Thread John Polasky
Hello- Does anyone out there have .mb source that would accomplish this? I believe I've used something like this once before. Thanks! -John - List hosting provided by Directions Magazine | www.directionsmag.com | To

MI-L Zoom Selected...Solved!

2004-06-23 Thread John Polasky
Hello again! Thanks everyone. The suggestions were most useful. I appreciate your help. -John - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

MI-L Nearest.mbx

2004-06-17 Thread John Polasky
Greetings Listers- Is there a tool out there called 'Nearest.mbx'? I'm not 100% certain, but I thought such a tool was written and posted on the internet a while back. Any leads on the .mbx (and .mb) would be most appreciated! Thanks. John

MI-L Printing Layouts

2004-06-09 Thread John Polasky
Greetings Listers- Does anyone out there have any tips on setting up a quick loop to print all layouts within a workspace? Thanks! John - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe,

MI-L RE: MapInfo Create Points

2004-05-26 Thread John Polasky
Thanks Ian and Peter. I appreciate your help. The .mb script I put together, which incorporates your advice, is much faster and more efficient than what I first coded. Thanks again! -John - List hosting provided by Directions

MI-L MS Access...

2004-03-31 Thread John Polasky
Good Afternoon Listers- Does anyone out there know of limitations in Access, in terms of maximum database size and maximum number of links/hyperlinks? We're starting to run into problems with a report we're creating (using Access). We don't rely on Access for our daily GIS work, but we were

MI-L Selection Overlap

2004-03-15 Thread John Polasky
Good Afternoon Listers- Does anyone out there know how to perform an inverse select within MapBasic??? I'm trying to perform a selection that will take any given point in one table and select all points in another table, that DO NOT overlap the point in the first table. I want program to ignore

MI-L List of Open Tables

2004-03-02 Thread John Polasky
Does anyone have a suggestion or MapBasic procedure that will return a list of all open tables. MapBasic will need to somehow access the list for a batch process I'm trying to establish. I want to set up a loop that will apply a process to every open table (individually) and then re-save each

MI-L Text Objects

2004-02-23 Thread John Polasky
Hello- Does anyone out there know of a MapBasic function that will return the 'StartX' and 'StartY' values of text objects (NOT labels)? If you double click a text object in a mapper, a dialogue appears and gives those coordinates. However, I'm not aware of a function that will actually return

MI-L Automatic Label Offset

2004-01-30 Thread John Polasky
After reading recent threads, I thought I'd ask about this... Does anyone know if there is an .mb/.mbx out there that will 'help' MapInfo offset and reposition labels automatically, so as to minimize overlap? To date, I have not seen such a tool for MapInfo. I'm sure you all know the pain of