- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello @JelteDeJong!
First of all, thank you very much for your reply.
I will start answering your questions:
Would this form be a local iLogic form (saved within the document), a Global iLogic form, or a VBA UserForm?
If local, what type of Inventor file would it be in?
This form will be a local iLogic form (saved within the document). The Inventor version where this form will be used is a 2018 – Professional.
How do you want to trigger this form to show? (manually, parameter change, file new, file open, file close, other)
The trigger will be a button in the section iLogic>Forms> the name will be something like Show form.
Where in this process are you selecting the files that are going to be copied? I see were you mention selecting a destination folder, where some files will be pasted to, but not where you are selecting the files in the first place.
This local will be always the same. Could be a sub folder in the same folder where this file with this form is saved, or we can specify by ourselves an appropriated local that help create the code more simple.
It is a group of files (almost 11). I don’t desire the user indicate the files that should be copied, I would like this command to be done by the iLogic code.
I have tested your code and is a huge step in the correct direction.
Just need a few adjusts to achieve may target and together we can succeed.
01 – The files I need to past and rename, is not the one is open. They are other files, a pack, of files saved in the same location where this file that contain the form is saved. Will be almost 11 files.
02 – The rename process, should use the sequential number inputted in the dialog box. This sequential number should replace some part of the templates files name after pasted it.
The template files already have part of the names correct that should be remain.
For example:
Template file name: XXX – YYYY Internal plate
Final name after the file be pasted: 101 – 2020 Internal plate
Where, “101 – 2020” are the values I have inputted in the dialog box
The idea is just input the sequential number once in dialog box and the iLogic code will put correct names in all 11 files.
Feel free for any question or comments.
Once again, thank you very much for the help.