Run a .EXE Applicaion made in VB6 from a button in AutoCAD 2000

Run a .EXE Applicaion made in VB6 from a button in AutoCAD 2000

Anonymous
Not applicable
110 Views
3 Replies
Message 1 of 4

Run a .EXE Applicaion made in VB6 from a button in AutoCAD 2000

Anonymous
Not applicable
What's the best way to get Attribute data from an AutoCAD 2000 drawing to an Access database.
AutoCAD is open on the drawing in question. The attributes are in a title block. I want to click a button in AutoCAD and have the data from the attributes goto an Access database.
0 Likes
111 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Sorry The Title of the post does not match the question I changed teh question and clicked Submit then realized the topic neede changed too.
0 Likes
Message 3 of 4

Anonymous
Not applicable
Here's a routine that shows how to build a database from scratch using a
selection set of block inserts. To check it out, import the module into a
project, add a reference to DAO 3.6 and run the test routine. It's probably
more than you need but you can just toss out whatever doesn't suit your
needs. Hope it helps.

--
Visit AcadXtreme for a chance to win a copy of AutoCAD LT 2000
Contest ends 5/26/00
http://www.acadx.com

"DouglasPoston" wrote in message
news:ef0bffc.-1@WebX.SaUCah8kaAW...
> What's the best way to get Attribute data from an AutoCAD 2000 drawing to
an Access database.
> AutoCAD is open on the drawing in question. The attributes are in a title
block. I want to click a button in AutoCAD and have the data from the
attributes goto an Access database.
>
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
Before I forget to mention it, make sure your attribute tags only contain
alphanumeric characters (A-Z, a-z, 0-9). Access is kind of picky about its
field names and this is the easiest way to avoid problems.

--
Visit AcadXtreme for a chance to win a copy of AutoCAD LT 2000
Contest ends 5/26/00
http://www.acadx.com
0 Likes