Command Line Scripting

I have an external program linked to Repetitive invoicing. I need to associate the program to repetitive invoicing by passing parameters.
How to pass the Customer Number listed in the data reference as parameter to a command script ?

Parents Reply Children
  • in reply to shravanibalam

    That's going to be dependent on how you wrote your VB program.  Unfortunately I'm no expert in VB.  Hopefully someone else in the forum might be able to help.

    In the past in other languages I have written code that passes parameters.  Typically it you have a command line like Myprogram.exe  myparameter1  myparameter2.   The the program code parses the parameters.

  • in reply to TomTarget

    Set up the button linked to a MS Script / vbs file, and pass the variables.  Then you can start your VB program from the VBScript, with the values available in the script.