Passing arguments to an Exe

Passing arguments to an Exe

Question:
I have an .exe of PB app “sales.” While I type c:sales.exe, I will also pass a parameter such as c:sales.exe auto.

Now I want to access this parameter in my appobject, and so I have to write code in the app object. How do I refer to the parameter that I am trying to pass to the sales.exe ?

Answer:
You can access the command line in two ways. In your application object, goto the open event. There is an argument to the event commandparm which is the contents of the command line.

Also anywhere in your code you can call the CommandParm() function to get the contents of the command line.

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular