https://bugs.documentfoundation.org/show_bug.cgi?id=160222

--- Comment #6 from Eric Champy <eric.cha...@neuf.fr> ---
Sorry forget my previous comment as I continued to use the URI format (did not
comment the URI formatting line above). 

Here is my code:
Set oShell = SF_Utils._GetUNOService("SystemShellExecute")
sCommand = SF_FileSystem._ConvertToUrl(Command)
' --- Commented 
'oShell.execute(sCommand,
Parameters,com.sun.star.system.SystemShellExecuteFlags.URIS_ONLY) 

' ----the one successfully executed 
oShell.execute(sCommand, Parameters,URIS_ONLY)

Here is my Libreoffice version:
Version: 7.6.5.2 (X86_64) / LibreOffice Community
Build ID: 38d5f62f85355c192ef5f1dd47c5c0c0c6d6598b
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: fr-FR (fr_FR); UI: fr-FR
Calc: CL threaded

Regarding the context, I have just copied the RunApplication in my local
application macros

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to