RE: MI Help me to move a node in MapX 3.5.1

2000-08-18 Thread Jeff James
You need to move one Point object in the Points collection of the Part object of the Parts collection of the Feature object. In other words, your code might look something like this: ftrMyLine.Parts(1).Points(2).Set nNewX, nNewY ftrMyLine.Update Good luck Jeff James Vice President Sage

RE: MI Date: Tue, 16 May 2000 08:35:45 -0500

2000-05-16 Thread Jeff James
Travis, Go to Table > Update Column. Table to Update: Your table Column to Update: Column 10 Get Value From Table: Your table (the same one) Value: Column 9 I hope this helps, Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 500 Atlanta, Georgia 30305 www.sagesoft.

RE: MI Create points

2000-05-16 Thread Jeff James
Jure, Go to Table > Maintenance > Table Structure, select the table in question, and uncheck the Table Is Mappable checkbox. This will remove all the mappable stuff associated with the table, allowing you to rerun the Create Points the right way. Good luck, Jeff James Vice Presiden

RE: Creating Symbols in MI-Pro and MapX

2000-05-09 Thread Jeff James
Gatot,   What you'll need is a font editor.  There are a bunch of shareware ones on the market.  I'd take a look at www.cnet.com or some place like that.  I know there are a few of them out there.   Good luck,   Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE

RE: MI MAPX and VB6 selection tool

2000-04-06 Thread Jeff James
em("MyData").Fields For Each ftr In MapX.Layers.Item("BoundLayer").Selection Debug.Print fld.Name & ": " & MapX.Datasets.Item("MyData").Value(ftr, fld) Next Next Good luck, Jeff James Vice President Sage Software, I

RE: MI query one column

2000-03-29 Thread Jeff James
Susan, Try this Select Columns: NAME, Count(*) >From Tables: YourTable Group By: NAME Sort By: 2 Desc That will give you a unique list of all the names in your table, sorted by the second column (Count) so that those with duplicate entries will show up first. Hope it helps, Jeff James V

RE: MI MapX: Labelling One Way Streets

2000-03-22 Thread Jeff James
s, rotated appropriately. Needless to say, I don't envy you this task. There could be other issues -- and there could be a much easier way that I'm overlooking -- but this is off the top of my head. Looks good on paper, if nothing else. Good luck, Jeff James Vice President Sage Software,

RE: MI MapX InfoTips

2000-03-20 Thread Jeff James
you can't do that through the layer dialog.) Good luck, Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, Georgia 30305 Phone: 404.262.7478 Ext. 12 Fax: 404.832.3366 eFax: 520.222.2020 www.sagesoft.com <http://www.sagesoft.com> -Origi

MI Half Buffers

2000-02-14 Thread Jeff James
Listers,   Does anyone know if there is a utility out there which will create a buffer on only one side of a given street (i.e., polyline)?   Any help is greatly appreciated.   Thanks in advance,   Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta

MI [mapx] Re: No Subject

2000-02-09 Thread Jeff James
Antoine,   We're currently in the development process for two MapXtreme Java projects.  Personally, I haven't used it, but if you have questions, I can pass them along.   Thanks,   Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, Georgia 3

RE: MI Request

2000-02-08 Thread Jeff James
Sage Software has thought about hosting a mail server specifically for MapX/MapXtreme questions. I've been noticing that the number of questions about these technologies seems to be growing. Would anyone be interested in this? Jeff James Vice President Sage Software, Inc. 3423 Piedmont

RE: MI Request

2000-02-08 Thread Jeff James
Let me correct that... Sage Software has thought about hosting a NEWSGROUP server specifically for MapX/MapXtreme questions. I've been noticing that the number of questions about these technologies seems to be growing. Would anyone be interested in this? Jeff James Vice President

RE: MI Legend backgrounds

2000-01-27 Thread Jeff James
David, In your Layout Window, select the legend frame, click the Region Style button, and set the fill pattern to N for None. That should make the legend transparent. Similarly, you could change it to have a new background color or something. Good luck, Jeff James Vice President Sage

RE: MI Improving Exported Image Res in MapX

2000-01-26 Thread Jeff James
Tod, I don't think it will work inside of an HTML document, but if you dump the map out as a Windows Metafile (wmf) image file, the printed quality actually looks very professional (true vectors, true type fonts, etc.). Hopefully, you can use this somehow in your app. Good luck, Jeff

RE: MI thematic map/custom symbols

2000-01-25 Thread Jeff James
.) Hope it helps, Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, Georgia 30305 Phone: 404.262.7478 Ext. 12 Fax: 404.832.3366 eFax: 520.222.2020 www.sagesoft.com <http://www.sagesoft.com> -Original Message- From: Mapinfo User [mailto:[E

RE: MI Question: Line Style

2000-01-24 Thread Jeff James
Jose,   Somewhere on the MapInfo web site, they have buried a Line Style Editor application as a free download.  I wish I had directions to it for you, but it's been a while since I downloaded it.  It takes a little getting the hang of, but it works well.   Good luck,   Jeff James

RE: MI Intersections

2000-01-18 Thread Jeff James
uestions. Good luck, Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, Georgia 30305 Phone: 404.262.7478 Ext. 12 Fax: 404.832.3366 eFax: 520.222.2020 www.sagesoft.com <http://www.sagesoft.com> -Original Message- From: Anton de Gruchy [mailto:[EMAIL

RE: MI - MapX on Visual Foxpro.

1999-10-11 Thread Jeff James
apX / VFP users. Good luck, Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, GA 30305 www.sagesoft.com Phone: 404.262.7478 Ext. 12 Fax: 404.832.3366 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jayaprakash Athmar

RE: MI MapXtreme Selecting features within several street segments

1999-10-08 Thread Jeff James
uot;Help". Once you have that, do the buffer thingy and that should get you where you want to be. Good luck, Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, GA 30305 www.sagesoft.com Phone: 404.262.7478 Ext. 12 Fax: 404.832.3366 -Original

RE: MI Using Visual Basic Forms in MapInfo Professional

1999-10-01 Thread Jeff James
Sounds like a VB issue. Without testing, my guess is that you need to check the AutoRedraw property of your VB form, and of all the controls on it that have an AutoRedraw property, and set them to True. Again, just a guess. Hope it helps. Jeff James Vice President Sage Software, Inc. 3423

RE: MI promoting records

1999-09-28 Thread Jeff James
column in ascending order. Only trick is, if you only want to have one 1 in the table, you have to "demote" the old 1's to 2's or something. Hope this helps. Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, GA 30305 www.sagesoft.com P

MI Friday Humor

1999-09-24 Thread Jeff James
aurus Rex femur you recently discovered take on the deceptive appearance of a rusty 9mm Sears Craftsman automotive crescent wrench. Yours in Science, Harvey Rowe Curator, Antiquities Everyone have a good weekend... Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 At

RE: MI Mouse Over Functionality in MapX

1999-09-21 Thread Jeff James
would work. Don't quote me, but I think the functionality you're looking for -- similar to MapInfo 5.x -- might be in MapX 4. Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, GA 30305 www.sagesoft.com Phone: 404.262.7478 Ext. 12 Fax: 404.832.3366

RE: MI MapX: Install utilities

1999-09-20 Thread Jeff James
two. There was one rumor floating around that MapX 4.0 would include its own installation routine... but I've never heard if that's true or not. Either way, even though it's a little off-topic, I'd be curious as well to see if there are other better installation packages out

RE: MI Well, I need "Average function"-help

1999-09-17 Thread Jeff James
Rune, Cool name. Go to the SQL Select dialog, and give this a shot: Select: Stname, StopNumber, Avg(x), Avg(y) >From Tables: Whatever Group By: Stname Good old agrregation functions. That should do it. Good luck, Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite

FW: MI Referencing points on layer

1999-09-03 Thread Jeff James
ome MapX 4 stuff, but it ought to help. Good luck, Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, GA 30305 [EMAIL PROTECTED] www.sagesoft.com Phone: 404.262.7478 Ext. 12 Fax: 404.832.3366 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

RE: MI TrueType font to Symbol?

1999-09-02 Thread Jeff James
-counting.) 4. Cut the selection out, open a new bitmap, set the size to 32x32 pixels, and paste the selected image. 5. Save the image into the CustSymb folder as a 256 color bitmap. That ought to do it, and shouldn't take more than five minutes or so. Jeff James Vice President Sage Software

Re: MI MapX questions

1999-08-18 Thread Jeff James
Howdy,   I can address the first question, but I haven't fiddled too much with the raster images within the MapX framework.   Regarding installations, the Package & Deployment Wizard is simply too limited to be able to do a MapX installation.  Look in the MapX help file regarding deployment