• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

table creation to appear by selecting a block

  • Thread starter Thread starter New Rider
  • Start date Start date

New Rider

Guest
Good evening to you all,

I wanted to ask, if possible, the procedure in order to make a table appear as soon as you pass over to a hypothetical autocad block.
I'll explain. I would have to put some extinguishing on the planes. so once you create the ''extinguisher' block, I go to place it at my liking in the planimetry. At this point, once the extinguishings were placed, passing over with the mouse (ex. hyperlink) I would need a tabellina (inland with autocad type ''caratteristica linea'') to appear to me where I would go to insert that I know a historian of that extinguisher rather than its characteristics.

Thank you very much for your cooperation.
 
you can connect your autocad design with a db access via the dbconnect command, having previously configured the link model with dbconfigure; with the fast properties then the tabellina would appear. to check if you can also customize with the fields of the link model.
Otherwise you could use block attributes but I don't know if it would satisfy your request.
 
you can connect your autocad design with a db access via the dbconnect command, having previously configured the link model with dbconfigure; with the fast properties then the tabellina would appear. to check if you can also customize with the fields of the link model.
Otherwise you could use block attributes but I don't know if it would satisfy your request.
thanks for the attention.
let's say immediately that with the blocking attributes I can make a maximum description of my block. of the type extinguisher powder 6 kg or extinguisher co2 5kg. to me however would need a detailed description of the type extinotor xxx serial xxx xx year quickly and automatically without creating a excel collagement for each block.
So I have to study the db access I don't know what it is.
 
Sorry guys, but I can't finish what I wanted....
would anyone have any ideas/possibilities?
Thank you.
 
Sorry guys, but I can't finish what I wanted....
would anyone have any ideas/possibilities?
Thank you.
because attributes don't satisfy you. . .
you could write a self-lisp program that 'links' the info you want through xdata (extended data) to the block.
there will then be a command to insert them into the block and a command to reread them in a window built according to your requirements with the dcl language.

of course to read the info you will have to invoke your command and select the block.
Hi.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top