Message 1 of 2
Opening with Delphi

Not applicable
02-23-2001
02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use Delphi to open drawings in A2Ki but I'm getting an error
saying that the method is not available in MDI mode. It opens AutoCAD but
it can't open the drawing. I have placed the following code under a button.
It opens the drawing if I set ACAD to SDI but I don't want to do that.
AcadDocument1.Open('C:\temp\testing.dwg');
BTW I am very new to Delphi/Pascal so feel free to 'dumb it down' for me.
Thx
saying that the method is not available in MDI mode. It opens AutoCAD but
it can't open the drawing. I have placed the following code under a button.
It opens the drawing if I set ACAD to SDI but I don't want to do that.
AcadDocument1.Open('C:\temp\testing.dwg');
BTW I am very new to Delphi/Pascal so feel free to 'dumb it down' for me.
Thx