Skip to main content
jaysond94178382
Participating Frequently
February 3, 2017
Question

How do I create a Save as Button with in a form

  • February 3, 2017
  • 1 reply
  • 638 views

I can not find a save as butto in the action , how do i creat an action for save as ?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
February 3, 2017

Create a button and then as its Mouse Up action select the "Execute a menu item" command and select File - Save As from the list of commands.

jaysond94178382
Participating Frequently
February 3, 2017

I was doing that, but I did not see the save as comamand.

try67
Community Expert
Community Expert
February 3, 2017

Strange. You can also do it using a script with this code:

app.execMenuItem("SaveAs");