B
Brian
I just added the Map Point Object Library to an application of mine. I cannot
guarantee that any particular PC will have MapPoint installed, so I would
obviously expect calls that use it to fail on workstations not having
MapPoint installed. So, I just trap "unable to create object" type errors on
those stations.
However, I am now experiencing anomalies with other parts of the program -
only on computers not having MapPoint installed.
For example, in a particular query (having nothing to do with Map Point), I
get this error:
3075: Function is not available in expressions in query expression
When I remove the Map Point object library reference, this problem disappears.
What am I doing wrong?
guarantee that any particular PC will have MapPoint installed, so I would
obviously expect calls that use it to fail on workstations not having
MapPoint installed. So, I just trap "unable to create object" type errors on
those stations.
However, I am now experiencing anomalies with other parts of the program -
only on computers not having MapPoint installed.
For example, in a particular query (having nothing to do with Map Point), I
get this error:
3075: Function is not available in expressions in query expression
When I remove the Map Point object library reference, this problem disappears.
What am I doing wrong?