Message 1 of 5
Reading attributes from dwg and importing into web page
Not applicable
08-10-2000
12:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am a newbie to VB programming and have a question for the group. I am
hoping someone has tackled this problem already and that there might be some
source code out there that I can learn from to develop my project.
We have a SQL database that we have developed to keep track of our drawings,
rev levels, BOM's, where used, etc. The user interface is through Internet
Explorer, it allows all our company personal to access engineering documents
of all types, from anywhere and at anytime.
Some of the info we keep track of is: Rev Date, Material, Size and Hardness.
I would like to write a VB program that that will go out and read the
attributes we have in our dwg file and place them in their corresponding
input boxes on the web page.
What I envision is on our web page there is a button "Get Info", that when
clicked would launch a VB program that would bring up a common dialog box to
go and select the appropriate AutoCAD file. After selecting the file, the
program would go in and read the needed attributes (without launching a
session of AutoCAD) and return them to their appropriate input boxes on the
web page.
I am probably in way over my head on this one, but I have found that is a
good way to learn by tackling a project that will be useful to me.
Below is some of the html from our web page.
Thanks for you input,
Anna Maria Wood
Auer Precision, Inc.
Mesa, Arizona
----------------------------------------------------------------------------
-----------------------
otherdrawing
I am a newbie to VB programming and have a question for the group. I am
hoping someone has tackled this problem already and that there might be some
source code out there that I can learn from to develop my project.
We have a SQL database that we have developed to keep track of our drawings,
rev levels, BOM's, where used, etc. The user interface is through Internet
Explorer, it allows all our company personal to access engineering documents
of all types, from anywhere and at anytime.
Some of the info we keep track of is: Rev Date, Material, Size and Hardness.
I would like to write a VB program that that will go out and read the
attributes we have in our dwg file and place them in their corresponding
input boxes on the web page.
What I envision is on our web page there is a button "Get Info", that when
clicked would launch a VB program that would bring up a common dialog box to
go and select the appropriate AutoCAD file. After selecting the file, the
program would go in and read the needed attributes (without launching a
session of AutoCAD) and return them to their appropriate input boxes on the
web page.
I am probably in way over my head on this one, but I have found that is a
good way to learn by tackling a project that will be useful to me.
Below is some of the html from our web page.
Thanks for you input,
Anna Maria Wood
Auer Precision, Inc.
Mesa, Arizona
----------------------------------------------------------------------------
-----------------------