CAD Forums > CAD General

psetupin command

(1/3) > >>

danny:
I wrote a lisp to insert multiple page setups that I have created.  The lisp loads the setups into the drawing, but when I do a plot command, I don't see the setups in the page setup name pulldown list.  If I click on add, next to the pulldown list, I see the pagesetups.
Does anyone know why they don't show up in the pulldown list?
Mahalo in advace,

CAB:
Maybe it's the way they are loaded. Have you tried this?

To delete then import:
^C^CDel_Pagesetups;^C^C.-PSETUPIN "PageSetups.dwg" "*"

To just import:
C^C.-PSETUPIN "PageSetups.dwg" "*"

danny:
CAB,
That worked alot quicker than mine, but the setups still don't show up in the pulldown list.

M-dub:
(As CAB posted)
Here's what I have in my Page Setup button...

--- Code: ---^C^C(load"O:/Drawings/Menus-Blocks/LISP/Del_Pagesetups.lsp") Del_Pagesetups;^C^C.-PSETUPIN "O:/Drawings/SupportforCAD/AutoCAD-2004-Support/PageSetups.dwg" "*" PLOT;
--- End code ---

danny:
they work fine now.. thanks guys.

Navigation

[0] Message Index

[#] Next page

Go to full version