Message 1 of 3
Private Sub Iterator_OpenError

Not applicable
06-19-2002
11:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Tony,
When I debug with a breakpoint at this event, the FileName is coming in as
"".
I tested it by trying to open a drawing that was allready open.
When it runs all I get is the "Failed to open " at the command prompt.
Private Sub Iterator_OpenError(ByVal FileName As String, ByVal SCode As
Long)
ThisDrawing.Utility.Prompt vbCrLf & "Failed to open " & FileName
End Sub
--
Rodney D. Lester
Systems Manager
GMS, Inc.
When I debug with a breakpoint at this event, the FileName is coming in as
"".
I tested it by trying to open a drawing that was allready open.
When it runs all I get is the "Failed to open " at the command prompt.
Private Sub Iterator_OpenError(ByVal FileName As String, ByVal SCode As
Long)
ThisDrawing.Utility.Prompt vbCrLf & "Failed to open " & FileName
End Sub
--
Rodney D. Lester
Systems Manager
GMS, Inc.