In the title block, how do i display the next filename?

Greatrock85
Explorer
Explorer

In the title block, how do i display the next filename?

Greatrock85
Explorer
Explorer

Hello,
in a project with multiple files is there a way in the title block to display the next file name (001 -> 005 -> 008 -> etc) instead of the progressive sheet number (1 -> 2 -> 3...)?
Thankyou

0 Likes
Reply
658 Views
7 Replies
Replies (7)

rhesusminus
Mentor
Mentor

You must code some lisp to achieve this.


Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉
0 Likes

Greatrock85
Explorer
Explorer

HELP 😭 i don't have the lisp and i don't know how to do it 

0 Likes

rhesusminus
Mentor
Mentor

@vladop 

Do you have anything to help?
Maybe you can teach them Lisp 😄

 


Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉
0 Likes

vladop
Collaborator
Collaborator

Sorry,

I'm busy these days, I barely read the forum.
I found this, I think that's it, though I didn't check.

It should be changed to display the file name, but I didn't really understand what the request was.

Terminal AutoCAD: AutoCAD Electrical's Title Block Update - Previous / Next Sheet Numbers (myacade.b...

 

The corresponding functions can be found in the API help in section G - Project Management.
Someone help, I don't have time right now.

 

Regards,

Vladimir

0 Likes

james_moore
Advocate
Advocate

Choose the "filename" attribute when setting up your title block/border block, instead of the "sheet" attribute, if I understand what you're asking.  We use both in our title block.
Now if you want to display the "next" file in a series, not the current file, it would take some custom programming.

0 Likes

Greatrock85
Explorer
Explorer

I have this tree Immagine 2023-06-03 225531.png and i want to visualize the next filename .dwg in the title block, "filename" attribute it's ok but it would be some sort of "next filename" attribute

0 Likes

dougmcalexander
Mentor
Mentor

If you don’t want to do any custom programming, maybe enter the FILENAME as the sheet number, without the file extension.

 

Also assign the Previous Sheet and/or Next Sheet values in Title Block Setup>Drawing Values to write to attributes that you place in your drawing for such values to be shown. I use attributes named PREVSHT and NEXTSHT. I will attach an example. 

Doug McAlexander
Design Engineer/Consultant/Instructor/Mentor
Specializing in AutoCAD Electrical Implementation Support
Phone: (770) 841-8009
www.linkedin.com/in/doug-mcalexander-1a77623

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes