Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Pipelinhas

  1. Pipelinhas

    Protect block attributes

    Ok, I'll try it. But, if I protect the dwg with XREF, I can't also change the attributes, isn't it ? thanks again...
  2. Pipelinhas

    Protect block attributes

    :) sorry, I didn't explain it well... What I ment was: can I make the command ATTEDIT not functional for one block ? I want the block to have attributes, but I don't want other people to change them...
  3. Pipelinhas

    Protect block attributes

    Can I protect block attributes in AutocAD ? Thanks in advance.
  4. Pipelinhas

    Attribute VB_Ext_KEY

    Hi.. I found a component example on the internet that fad the following code in a .cls file : Attribute VB_Ext_KEY = ... How is this code created ? If I want to write other project with the same attributes, do I have to hand write it ? Or is it created by a wizard ? thanks in advance..
  5. Pipelinhas

    Protect block attributes

    hi.. is there any way to protect block attributes ? I want to enable attribute changes only by vba, not by attedit command... thanks in advance...
  6. Pipelinhas

    Fill object help

    thank you shadow... I'll try to be more specific : - About the line type, I've already made it... :) - About the fill, what I want to do is to create a block and make it opaque, so when I put it above other I don't see what's behind. I've managed to do this using the hatch, but when I print...
  7. Pipelinhas

    Fill object help

    Hi. I'me trying to create some objects with diferent specifications each, and I've some (I'm sure) basic questions. How can I define the line of a polygon (dot, dot-line, etc) in a block ? How can I define the fill of the polygon ? Can I define a block with a fill of squares (50cm x 50cm...
  8. Pipelinhas

    FTP Upload with VBScript (ASP)

    Hi.. can anyone tell me please if there is any way to make a FTP Upload in an asp file ? Even If I've to make a DLL, can I find the code anywhere ? thanks in advance...
  9. Pipelinhas

    insert automation in Autocad

    Can I insert several objects at once ? I mean, if I've a block that's a square, can I insert more blocks with only one command ? What I want to do is something like Insert/Table from word for windows. Is it possible ? thanks in advance
  10. Pipelinhas

    insert automation

    Can I insert several objects at once ? I mean, if I've a block that's a square, can I insert more blocks with only one command ? What I want to do is something like Insert/Table from word for windows. Is it possible ? thanks in advance
  11. Pipelinhas

    Is it possible to use PlotToFile with ftp ?

    I'm trying to plot a drawing to a file using ftp. I can do it using : (command "-plot" "n" "" "" "DWF Classic.pc3" "ftp://server/FileName.dwf" "n" "y") But I would like to use VBA's PlotToFile command. I get an...
  12. Pipelinhas

    AutoCAD-Databases

    Ok, I see what you mean. The code is all in AutoLisp rigth ? That's the same that I already have in use. It does extract all the attributes to a txt file. But the problem is that I would like to export the attributes directly to the database. (In real an Oracle database which is in a remote...
  13. Pipelinhas

    AutoCAD-Databases

    Ok, so do you mean that I can do it if I know in advance what database I'm using ? That's fine because I do have a specific database. I don't want to be abusive, but can you send me a code example for an attribute extrattion ? For example if all the blocks that I alow the users to input in the...
  14. Pipelinhas

    AutoCAD-Databases

    The problem with saving the attributes in a txt file is that if the user changes the drawing, I've to find out that the change has been made and then import the txt file again. I think that it would be easiest if I could make the attributes to be directly export to te database. Is it possible ...
  15. Pipelinhas

    AutoCAD-Databases

    Thanks tigrek. The thing is that I've already done a code like that. That is, I'm saving all the block's attributes in a drawing to a txt file. But this way I can't make it totally automatic, because I have to pick up the txt file and convert it to a database. What I thought I could do was...

Part and Inventory Search