My guess is that you either need to pack the table or you have a record that
is not an object (or both)

A quick way to test this is to type the following in the mapbasic window

select * from <yourtable> where not object into NonObjects
browse * from NonObjects

if there are any records in the browser then that will be the problem.

If packing the table doesn't solve your problem then select only the object
records into a new table and run the rotation on that

To do this type the following in the mapbasic window

select * from <yourtable> where object into newtable

then use menu option file/save_as to save newtable under a newname, open it
and rerun the rotation

Hope this helps

Cheers

Martin

===================================
Martin Roundill
GIS Manager
Waitakere City Council
Private Bag 93109
Henderson
Waitakere City
New Zealand
Ph +64 9 836 8000 ext 8344
Fax +64 9 836 8001
email [EMAIL PROTECTED]
===================================



> -----Original Message-----
> From: Buchanan Andrew [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, 19 January 1999 14:50
> To:   'MapInfo-l'
> Subject:      MI Rotator.mbx
> 
> Hi all
> 
> I ran the rotator.mbx utility written by Juan Pufleau and got the
> following error message:
> 
> (rotador.mb:225) Objectinfo: Could not fetch object from the current
> row, argument 1
> 
> I was moving 8000 objects 20m in both x and y. Does anyone know what
> could be causing this error and are there any other ways of doing this
> apart from editing the export file and then importing again?
> 
> Thanks in advance
> 
> 
> Andrew Buchanan
> Melbourne Water
> Melbourne
> AUSTRALIA
> PLEASE NOTE
> This message is for the stated recipient only
> and not to be passed on to a third party without
> the approval of Melbourne Water.
> 
> 
> 
> 
> 
> 
> 
> 
> ----------------------------------------------------------------------
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
----------------------------------------------------------------------
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