Hi List
 
Is there any possibility of creating a new record without issuing
"insert" in any of its forms?
 
I allow users to "pick up" and move objects from the Facilities table to
a new position.  They can move as many as they want before saving.
 
The save code loops through the whole Facilities table, checking if each
record's stored Eastings and Northings values differ from the X/Y of its
object.  If so then the object's new X/Y are stored in the Eastings and
Northings columns. 
 
At the end of the loop I commit the table.
 
But yesterday, while testing this, I suddenly discovered a new facility,
identical to the one I'd moved, which I hadn't noticed before.  I'm
certain it wasn't there before as there are only a few, and I moved them
all to my test area some months ago when I was testing this function. 
 
Could some "glich" or some such have caused this?   I haven't been able
to reproduce the anomoly, nor has it ever happened before.
 
I only ever seem to get baffling "impossible" problems! :-)
 
'ppreciate it.
 
Terry McDonnell
_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to