Just read the message below about the internal error 34623, and the number rang a bell. Some of my clients have been getting this error when printing from a mapbasic application i developed for a number of years now. I could never reproduce it. The error occurs in a part of the program when there are many windows being generated and printed and closed on a NT system.
I have incorporated an error workaround from MapInfo about setting pagesize, but the fix has not been tested yet. One client with a particularly slow server with virus checking software (that i suspect may be locking the files as i am trying to delete them) may still have some grief. Can I get a lead on where to get more info about what triggers the error and how to fix it? Thanks Robert Crossley. 11/10/01 9:52:44 AM, James Koennicke <[EMAIL PROTECTED]> wrote: >Dan, > >I had a bugger of a time with 'Internal Error 34623' on an integrated >mapping project I did with VB and MapInfo. The reason this error is >generated is because a window handle is not being passed correctly or in my >case, in a timely fashion, inside MapInfo. What I had to do was to write a >piece of code to delay the closing of a window for 2 seconds to let MI catch >up with the rest of the world. > >This is a known problem to the folks at MapInfo, but there seems to be >nothing more than an internal memo documenting it. I've attached the text of >this memo at the end of this email. > >Hope this helps! > >James F. Koennicke >Consultant >Vista Information Technologies, Inc. >2195 Fox Mill Road >Herndon, VA 20171 > >email: [EMAIL PROTECTED] >ph: (703) 561-4132 >fax: (703) 561-4160 > > >*************************** MapInfo Memo ********************************* > >Issue: What is Internal Error 34623? > >Discussion: >A user is sending >objMapInfo.Do "close table states" to MI from VB5, and gets this error. >If he sends >str = "close table states" >objMapInfo.Do str >then it works OK. > >Do you know what this error means. I assume MI is generating it. > >Conclusion: >The error means that an invalid WINDOW handle has been passed somewhere. > >************************* End Memo *************************************** > > > >_______________________________________________________________________ >List hosting provided by Directions Magazine | www.directionsmag.com | >To unsubscribe, send e-mail to [EMAIL PROTECTED] and >put "unsubscribe MapInfo-L" in the message body. > > _______________________________________________________________________ List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MapInfo-L" in the message body.
