[MI-L] Re: Using labelfindbyID

2006-10-23 Thread Stephanie Kiem
Have you checked that the text string that is your expression is correct? I noticed in your code Expression = Expression & "rowid = " & i & " AND" Normally if you are trying to put an integer into a string expression you need to use str$(i) to convert it to text i.e it should be: E

Re: [MI-L] variable or field not defined

2006-10-23 Thread Bob Young
Title: variable or field not defined Dear Ryan   I suspect the structure of one of your tables has been changed. Therefore the following message posted by Peter in just the last few days is almost certainly the answer. I enclose Peters posting below. Shows you can learn a lot from reading all

[MI-L] variable or field not defined

2006-10-23 Thread Ryan.Richter
Title: variable or field not defined Hey MapInfo users. I’m having an issue lately with opening workspaces in 8.5.  I get an error message that says Variable or Field ID not defined.  And then it tells me that my workspace is not completely opened, resulting in the loss of my very detailed a

RE: [MI-L] Using labelfindbyID

2006-10-23 Thread Spencer Simpson
You may find that LabelInfo(LABEL_INFO_DRAWN) is set to FALSE for those labels. HTH Spencer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilton, David (Capita Symonds) Sent: Monday, October 23, 2006 5:59 AM To: mapinfo-l@lists.directionsmag.com Sub

[MI-L] Measuring Distance between two points

2006-10-23 Thread Karl Zimmer
Hello, I have numerous points on a registered basemap associated with nest site locations. I want to find the distance to the nearest adjacent nest for each nest. Is it possible to do this without manually having to measure the distance between nests? If this is possible is it also possible to

[MI-L] Using labelfindbyID

2006-10-23 Thread Wilton, David \(Capita Symonds\)
I'm trying to use the function labelfindbyID to create a layer of points which only contain points for the currently labelled object. The script seems to be working (i.e. it selects only some of the points) however, some of the points it selects are not labelled in either the mapper window or the

Re: [MI-L] MI: Style Override Bug

2006-10-23 Thread Bob Young
Hi Eric   Following my earlier email on this I have done some testing with MapInfo version 6.5 and version 8.0.   When I first encoutered these problems about eight years ago I am 99% sure that a MapInfo workspace could not remember the setting for display off and a zoom layering setting. In

SV: [MI-L] Mapbasic and Delphi 2005 Dll

2006-10-23 Thread Thomsen, Bo Victor
Nathan -   Ages ago, I uploaded a small example on how to use a delphi based form from MapInfo/MapBasic to the Directsmag website. And surprise, surprise - It's still there:    http://www.directionsmag.com/files/index.php/view/324   The example show how to program a modal form, i.e a form tha