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

Oliver Brinzing <oliver.brinz...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |oliver.brinz...@gmx.de
             Status|UNCONFIRMED                 |NEEDINFO

--- Comment #2 from Oliver Brinzing <oliver.brinz...@gmx.de> ---
following example works with:
Version: 6.1.5.2 (x64)
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: de-DE (de_DE); Calc: 

REM  *****  BASIC  *****
Sub Main
 Dim strURL As String
 strURL = "https://ask.libreoffice.org";
 shell("C:\Program Files\Mozilla Firefox\firefox.exe", 2, strURL, false)
 shell("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", 2,
strURL, false)
End Sub

please have a look how the shell() function works:
https://help.libreoffice.org/6.1/en-US/text/sbasic/shared/03130500.html

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to