Page loading

Share your opinion
What do you think about gambaslinux.fr?
 
Interesting
It miss some informations
Excellent website
Results
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
_gb3.pngEXEC - Launch openoffice diaporama
Launch openoffice diaporama from gambas


Hi,
To launch openoffice diaporama from gambas application, you have to create one process like this:

Private $hprocess as Process
$hProcess = EXEC ["ooffice", "-impress", "-show", $sPath] FOR READ WRITE

To explain this code, when you use EXEC command, put between [] some parameters :
first is name of external executable
and other parameters separated by this symbol: ,
More généraly, you could use EXEC command to launch external linux application from gambas.
Thanks for your attention.

Creation date : 30/03/2022 @ 23:01
Last update : 30/03/2022 @ 23:01
Category : EXEC
Page read 1123 times


Print the article Print the article


react.gifReactions to this article

Nobody gave a comment yet.
Be the first one to do it!


QUICK MENU
SEARCH




LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS

   visitors

   visitors online

ARCHIVES GAMBAS 1/2
^ Top ^