- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've written a lisp routine to attach object data to topology centroid blocks based on a query of a SQL database. I don't have any problem (thanks to Jon Fleming's ADOLISP routines) accessing the data. I have 176 objects and each object that I'm connecting to has 17 data fields, of which I'm populating 16. I organize my data into three lists and invoke a MAPCAR routine using the expression:
(ade_odsetfield x table y 0 z)
where x is the entity name; table is the table name; y is the field name; 0 is the record number; z is the value for the field.
All values are added to the appropriate fields, but a "Invalid record number" error message is returned. Why the error message and should I be concerned about it?
My entire routine is attached.
Thanks for any replies.
Land Surveyor
Bureau of Land Management
California State Office
Solved! Go to Solution.