run saved IMPORT specification from a button in a form

  • Thread starter Thread starter JeffSomDal
  • Start date Start date
J

JeffSomDal

I need to run a saved IMPORT specification from a button in a form. How is
this possible?

I was able to run an EXPORT "specification" from a button in a form by using
an embedded macro throught the RunMacro action. The macro leveraged the
'OutputTo' action where I was able to define all the necessary parameters.
 
First, you should not be using the Output To. You would be better off
using the the TransferText action in your macro. It has a box for you to
enter the Import Spec name in.
 
Back
Top