BRIAM RAMON Posted July 21, 2021 Posted July 21, 2021 Hello Community! I have been researching this for some time, I am trying to know if it is possible through a routine (lisp) to transfer / copy the information from LT (link template associated with a database in access) to the OD (object data) as I show in the image. So i need a very specific Lisp/VLisp/VBA/Dotnet routine who asks for : -- The Link Template DB name -- Which DB fields are you interested for -- Which OD Table MAP to fill -- Which OD Fields MAP to create or to use (if already existing) -- Selecting objects -- Retain only objects which the correct parameters -- ACTION ... Copy Data to OD fields ... append DWG & MDB files as example. thanks for the help you can give me, greetings EJEMPLO.zip Quote
BIGAL Posted July 21, 2021 Posted July 21, 2021 (edited) You mention a Access database that is good as its like excel in that it has rows and columns. If you google Autocad MS-Access it should go to a Autodesk site with help about how to do. Go to the Jim Claypool post https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autocad-gt-ms-access/td-p/787716 Edited July 21, 2021 by BIGAL 1 Quote
BRIAM RAMON Posted July 23, 2021 Author Posted July 23, 2021 (edited) @BIGAL Thank you very much for your contribution and interest in the subject. In the link that you share with me, Jim Claypool clarifies that the automatic linking process with the database (.mdb) can be generated directly in AutoCAD Map 3D, which is correct with the MAPOD2 command What I am looking for and trying through a lisp routine is that when a graphic element already has the LT linked, it must be transferred / copied to the OD as shown in the images. Thanks again for your contribution to the subject, greetings. Edited July 23, 2021 by BRIAM RAMON Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.