Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
RunApp (RunApp)
Syntax:
RunApp(<CommandString>, <CurrentDir>, <WaitCompletion>)
Parameters:
<CommandString> (required)
Type: String. The command line to run the application, or the name of a file associated with some application.
<CurrentDir> (optional)
Type: String. Specifies the current directory of the application being launched.
Ignored in web client mode.
<WaitComplete> (optional)
Type: Boolean. True - wait for the running application to terminate before continuing.
Default value: False
Description:
Launches an external application or opens a file using its associated application.
Availability:
Thin Client, Web Client, Thick Client.
Note:
Unlike the SystemCommand function, the application is launched directly, bypassing the command interpreter.
For the method to work on the web client, you must first connect the extension for working with files
. Example:
StartApplication("www.1c.ru");
// open MS Excel file
RunApplication("Table.xls");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question