Message 1 of 4
dynamic path for inserting blocks

Not applicable
12-15-2006
02:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm struggling width something I would presume to be fairly easy. All of our projects have their own folders. If I open a drawing an insert a block I want to be able to start the block search in the dir in wich the current drawing is located (if you click the browse button in the dialog box).
This means that for each drawing the path for inserting blocks is different.
Wit:h: sCurPath = ThisDrawing.Path & "\" I will get the path I want but I cant figure out how to set the new path. I want the dialog box to open up in this directory if you click the browse button.
Can anybody give a clue?
thanks in advance
This means that for each drawing the path for inserting blocks is different.
Wit:h: sCurPath = ThisDrawing.Path & "\" I will get the path I want but I cant figure out how to set the new path. I want the dialog box to open up in this directory if you click the browse button.
Can anybody give a clue?
thanks in advance