We have a VB Application written to run against R14.
I am testing it on 2000i. I am not getting any errors, but the application seems to just stop. I don't know why.
AcadDoc.SaveAs "d:\temp.dwg" 'This works
AcadDoc.Open ("d:\31096d8.dwg" 'This does not
they are in the same module as they are above.
What the application does it opens the files selected from a listbox one at a time and extracts the EED data for each object, and exports it to an ASCII file or Database, depending on the users response.
Any Ideas?
I am testing it on 2000i. I am not getting any errors, but the application seems to just stop. I don't know why.
AcadDoc.SaveAs "d:\temp.dwg" 'This works
AcadDoc.Open ("d:\31096d8.dwg" 'This does not
they are in the same module as they are above.
What the application does it opens the files selected from a listbox one at a time and extracts the EED data for each object, and exports it to an ASCII file or Database, depending on the users response.
Any Ideas?