|
Hi Guy,
Try this:
Select *
>From Table_Name Where val(chr$(ObjectInfo(obj, OBJ_INFO_TYPE) <> 7)) into
Out_Test3
This is because OBJ_INFO_TYPE returns a
smallint. For some reason MB cannot compare a smallint with an
integer.
The method above turns it into a string,
and then into an Integer.
Hope this helps,
Steve
|
Title: ObjectInfo
- MI ObjectInfo Guy Matters
- MapInfoL
