Re: MI reparenting legend window

2000-09-23 Thread Carol Sheehan
code MapInfo does not like the window handle provided. Another way to try this is by using the API SetParent function. If you're interested in this and have questions, let me know. Good luck, Carol Sheehan -- To unsubs

RE: MI Crystal Report

2000-09-10 Thread Carol Sheehan
which called peprintreport but another approach would be to use windows API to see if a crystal reports printing process is still in memory and if so terminate it. Hope it helps, Carol Sheehan -- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Re: MI MB strange bug

2000-08-21 Thread Carol Sheehan
or to see if there is stuff that has been copied etc. that the compiler doesn't like. Good luck, Carol Sheehan -- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MAPINFO-L" in

Re: MI Lack of mail!!

2000-07-06 Thread Carol Sheehan
As for the newsgroup topic, I also would have trouble seeing this during the day but this is not my biggest concern. I search the newsgroups for info now and then and the garbage on the newsgroups can be at times surprising (for lack of a better word). This is a very nice list and it would be ni

Re: MI Help!

2000-06-15 Thread Carol Sheehan
Vicky, I am so glad that I did not miss your post. Yes, you are not the only one who has problems with using a mouse and nerve/hand problems. There are several of us out there and everyone I know who has this problem has just happened to put some serious time into MapInfo especially with contin

MI Extracting images from executables

2000-05-17 Thread Carol Sheehan
rom http://www.simtel.net/pub/simtelnet/win95/prog/exesc500.zip and its a nifty little tool. It lets you open an executable (exe, ocx,dll) and view associated bitmaps. You can then change the bitmap, export it, etc. I was able to change the bitmap in my ocx to larger one that is much nicer. Ca

MI ESRI and IBM

2000-05-11 Thread Carol Sheehan
If anyone is interested, it looks like ESRI and IBM are working together. Check out the press release at.. http://www.esri.com/news/releases/00_2qtr/esri-ibm.html -- To unsubscribe from this list, send e-mail to [EMAIL PROTECTE

Re: MI Double Click in a OLE Application

2000-01-25 Thread Carol Sheehan
the MapBasic help file regarding callbacks. If you need help, I (or someone else on the list) will help you. Let us know if you have questions. If you want to use a callback I'll be happy to send you some code. Good luck, Carol Sh

Re: MI DDE time out

2000-01-13 Thread Carol Sheehan
I've seen this many times and yes, with other applications\processes running. I don't use DDE any more because it is too unstable. I have rewritten everything in OLE. This was my solution to the problem. Good luck __ Get Your Private, Free

Re: MI Object must be triple-clicked

1999-12-10 Thread Carol Sheehan
Dmitry, I believe that the first click may be setting the focus on a particular object. The double click after that then runs an event. Try writing some code to set focus on your object before you click on it. Good luck, Carol Sheehan

MI re: use of Alias variables

1999-11-01 Thread Carol Sheehan
Jack, Keep this in mind: Open table "test.tab" Here table test is open. Test.obj refers to an object in an open table called test. "test" is not a string variable. PathToTableName$("string variable") is going to return a string. If for some reason you need to use the results of the above cal

MI Re: Trouble combining complex polygons

1999-08-20 Thread Carol Sheehan
As for the matter of combining objects, I have seen this and I have reported this to MapInfo. I sent them sample files and they filed a bug on this after examining my data. I reported this to the list in the below post. Hopefully this will be fixed at some time in the future. Carol Sheehan

MI Re: MiError 34623

1999-08-17 Thread Carol Sheehan
ables and if Table name is <> dummy layer then close it. Good luck, Carol Sheehan -- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

MI Labels with Arrows

1999-08-16 Thread Carol Sheehan
object ID needs a rowid and a float value is the result of getting a variable of type object all from a for..next loop which seems to be a lot to go through just to show labels. In a street file this seems impractical. There must be a better way to do this. Any ideas? Car

Re: MI - MBO/MBX/MBP??

1999-08-16 Thread Carol Sheehan
test one specific aspect. After all the querks are worked out, I integrate it into the main program. I am sure that mbo and mbp have their use in particular situations but I have found this to be a problem to maintain. Carol Sheehan In message <002501bee6b2$1ef20fe0$c82a8bca@census>, S

Re: MI v 5.5 Buffer Problems

1999-07-29 Thread Carol Sheehan
large files with many nodes and overlapping areas in 5.5 because there definately is a problem. Carol Sheehan --- Hello List I am still experienceing problems trying to create buffers with large files. I was attempting to create a buffer around a large street file, when