:)
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...
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..
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...
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...
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...
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
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
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...
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...
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...
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 ...
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...