AutoCAD Electrical
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello.
Once Nate holt explained how we could make a lisp that shows the "next and previous" sheet number.
I don't have it now and I am very lost.
I don't know if it OK but I only use a *.wdp file complemented with the Sheet set manager options. (Sometimes I need to mix Civil and electrical).
Maybe I need another config file.
Can anybody explain it again? maybe have the original explanation copied.
sorry to bother
Arq. Ernesto fraga
Montevideo - Uruguay
Solved! Go to Solution.
Re: Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi, Ernesto.
I have attached the .lsp file I use.
Also in the WD_TB attribute I have the following code:
LINE42;PREVSHT = (if (setq x (findfile "tbnp.lsp" ))(progn(load x)(c
revsheet)) " ");NEXTSHT = (if (setq x (findfile "tbnp.lsp" ))(progn(load x)(c:nextsheet)) " ")
Paste the tbn.lsp file wherever the path for your .lsp files are.
See if that works.
Tim
Re: Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks a lot
Re: Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Do I have to use Line 42?
What is the smile tongue?
,
Re: Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
colon p ":" "p"
Ace User since 1998
Re: Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
No I dont think line 42 means anything, sorry, its just where that particular attribute happens to fall.
Re: Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Or someone is making a Doug Adams reference
I got my towel
Ace User since 1998
Re: Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Bob, I dont get it... what am i missing? ![]()
Re: Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Well, you did wink, but for those not in the know
In Hitchhikers; Guide To The Galaxy, The answer to the Meaning of Life is 42.
I'll let you read the rest of them to find out the question...
And all well travelled beings bring their own towel.
Ace User since 1998
Re: Next sheet question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Arrr thanks for that, the wink was only for lack of a confused face...


