Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

View CAD drawings in Powerbuilder

Status
Not open for further replies.

JaRu

Programmer
Jul 14, 2002
1
NO
I'm in the process of developing a application using PB8 and ASE12.5 and
would like to view and print autocad drawings in the application.

Do any of you know if there is any software, plugins etc which may help me doing this?

best regards,

Jan Rune Hogstad


 
You can open the files using OLE object. but u need to install AutoCad on the machine.

You can get file name using GetFileOpenName function to get the file name. Insertfile in OLE object and activate the ole object.

Thanks,
Abhijit.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top