Was this helpful?
Running the Image from System Level
After you complete an executable image of an application, you can run it from the operating system level. See the details below that apply to your operating system.
Windows: You can create a shortcut to run the application from the desktop. For example, to run the Sales Entry Application in the ABF Development Example chapter, create a shortcut to the following command:
full_pathname\sales.exe
A user can also run the application from an operating system command prompt, passing parameters as necessary.
For example, to specify the first frame to call, enter either of the following commands at the command prompt:
salesapp -u newuser topframe
saleapp -xf topframe
For flags, see imagename Command--Run a Completed Application. For further information, see your query language reference guide.
Last modified date: 01/30/2023