Subject Re: open a link in non-defaut browser
From Andy Taylor <andy.taylor.1959@outlook.com>
Date Sun, 25 Sep 2022 06:51:49 -0400
Newsgroups dbase.getting-started

Hi Charlie,

The following works for me from the dBASE command window:

run ([start /d "C:\Program Files\Mozilla Firefox" Firefox.exe www.choochooauctions.com])

There are two notes:
1) I am using Firefox instead of Chrome, but the principle is the same.
2) I don't know how that translates to how you use "form.htmllinktext1.url" in your form.

Andy

> I am not certain if this is possible but I am trying to find a way to open a link in a different browser than the default.  This doesn't work:
>
> form.htmllinktext1.url = 'C:\Program Files\Google\Chrome\Application\chrome.exe'+ ' https://www.choochooauctions.com'
>
> Anyone ever do this successfully before?