Message 1 of 5
INTERNAL ERROR: !dbinsert.cpp@581: eHadMultipleReaders ...PLEASE HELP!!

Not applicable
04-12-2001
12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am getting an error when trying to insert a block using VBA. I am new to
the game and need help, please. The following is my code:
Dim insertionPnt(0 To 2) As Double
Dim blockRefObj As AcadBlockReference
insertionPnt(0) = 0: insertionPnt(1) = 0: insertionPnt(2) = 0
'THE FOLLOWING IS THE CODE THAT CAUSES THE ERROR
Set blockRefObj = ThisDrawing.ModelSpace.InsertBlock(insertionPnt,
"tb11.dwg", 1#, 1#, 1#, 0)
If I create the block in the blocks collection first I get no error, but I
want to insert the blocks into AutoCad from my local drive.
Does anyone know what this error means, ...Anyone familiar with it????
Any help is greatly appreciated,
Brent
the game and need help, please. The following is my code:
Dim insertionPnt(0 To 2) As Double
Dim blockRefObj As AcadBlockReference
insertionPnt(0) = 0: insertionPnt(1) = 0: insertionPnt(2) = 0
'THE FOLLOWING IS THE CODE THAT CAUSES THE ERROR
Set blockRefObj = ThisDrawing.ModelSpace.InsertBlock(insertionPnt,
"tb11.dwg", 1#, 1#, 1#, 0)
If I create the block in the blocks collection first I get no error, but I
want to insert the blocks into AutoCad from my local drive.
Does anyone know what this error means, ...Anyone familiar with it????
Any help is greatly appreciated,
Brent