Could you please explain exactly the way you do it?
Please consider that that macro has been originally developed for PDMS and it probably need some adjustment
Below is how I do it:
a) Unzipped the directory from plantcon to desktop.
b) Copied all attachment to C:\Program Files (x86)\AVEVA\Everything3D2.10\PMLLIB\design\forms
c) In E3D,
- typed PML REHASH ALL
- SHOW !!BOGST
- SHOW !!MLETTER
It gives error message, F&M: Form BOGST not found.
F&M: Form MLETTER not found
hi sanmi[COLOR=#3e3e3e],
As I know, you will need to provide admin permission to edit file in folder [/COLOR][COLOR=#333333]C:\Program Files (x86). This is the reason why E3D unnable to re-write your pml index file. There are 2 way to fix this:
1. manually edit pml index file with Notepad++ or notepad (don't forget to run as admin)
2. edit bat file to add pmllib eviroment variable to another folder (where you have full permission to edit file) and copy your macro to this folder.
[/COLOR][COLOR=#333333]Then re-open E3D type pml index pml rehash all and show your form.[/COLOR]