- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a project with an existing drawing list report on sheet 2. I have also located the dwglst.set file for that report.
What I would like to do is generate the drawing list report and put it on the drawing.
So far, I have
(c:ace_dwglst_rpt_dbx (nth 5 (c:wd_proj_wdp_data)) "PATH-TO-dwglst.set" T)
This works great, but I end up at a dialog box (below).
I would prefer to suppress the dialog box and do this without user input. That is, I would like to select "Put on Drawing", "Update Existing", "OK", then "Close" to update the drawing list with the list shown above, then close the drawing list dialog box.
Any ideas for how to do this?
(If not, the only workaround I can think of is to pull the attributes I care about from the title block on each drawing then build a table using those values. This introduces significant complexity so I really want to avoid that.)
Solved! Go to Solution.