Hi!
We are developing an mapXtreme application . The application demands for 
searching a place at the City and National levels.
For eg at a city level map if I have to locate "Airport 1"( Stored as 
Feature_Name in the Tab Fie) having "Domestic Airport" (as the Description 
in the same Tab file). We are creating a FindFeature(using Find.Search on 
that object).
But the problem here is that when FoundFeature is done on the description 
field like
Set FoundFeature = 
Session(SESN_MAPPER).Layers.Item("AIRPP").Find.Search("Domestic Airport")
It is working fine. It is locating the place and
FoundFeature.(FoundFeature.FindRC=11)
But for
Set FoundFeature = 
Session(SESN_MAPPER).Layers.Item("AIRPP").Find.Search("Airport 1")
it is not able to locate the point
The value of foundfeature.findrc retreived is
FoundFeature.(FoundFeature.FindRC=-3).

we have also tried to change tge Keyfield, but didnt worked
We will be greatfull if you can help us in thia matter
Thanking You,
Piyush
 
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to