hexagon logo

Forms

We currently fill out a CMM Request Sheet for each part we put on the CMM.

Is it possible to add this information to a Form that comes up at the start of each CMM Program for the details section?

Will then need a Pass / Fail Section at the end of the CMM Program and approval.

I'd like these to appear at the start and end of the CMM Reports

TIA for your help

Attached Files
Parents
  • Hi James,

    For that you would most likely need to automate Outlook via VB

    If you record a macro in Outlook for creating a new email, setting the To address, a subject line and some text in the body of the email and hitting send, you can see what that code looks like.

    You would then take the relevant information out of PC-Dmis (in variables) and modify the code generated by the Macro .

Reply
  • Hi James,

    For that you would most likely need to automate Outlook via VB

    If you record a macro in Outlook for creating a new email, setting the To address, a subject line and some text in the body of the email and hitting send, you can see what that code looks like.

    You would then take the relevant information out of PC-Dmis (in variables) and modify the code generated by the Macro .

Children
No Data