C/AL Function HYPERLINK

kszymanskikszymanski Member Posts: 42
edited 2001-07-30 in Navision Financials
Hi,

i have a small problem with the function HYPERLINK().

If i call a URL with CGI-Parameters i have the following
situations:

a) If i call the URL (with Parameters) and the Browser
(in this case IE 5.x) is not startet, there will be
displayed the Sites Mainpages (i get when i call the
URL without parameters)

b) If i call the URL (with Parameters) and the browser
is allready open all works right.

Is this a problem of HYPERLINK ?

Thanks.

Best regards,
Kai.
--
Kai Szymanski
Abt. eBusiness
D. Schuricht GmbH & Co. KG

Comments

  • John_TegelaarJohn_Tegelaar Member Posts: 159
    No, that's a "feature" of Windows. When the hyperlink address contains spaces, you should surround the text with double-quotes to have it properly processed. This is valid also when passing (long) filenames, see your desktop shortcuts properties for examples.

    John
  • kszymanskikszymanski Member Posts: 42
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by John Tegelaar:
    No, that's a "feature" of Windows. When the hyperlink address contains spaces, you should surround the text with double-quotes to have it properly processed. This is valid also when passing (long) filenames, see your desktop shortcuts properties for examples.

    John
    <HR></BLOCKQUOTE>

    Hi John,

    thats what i think 'at first'. But this isn'nt the problem. There
    are no spaces in the URL.

    Thanks for your answer.

    Best regards,
    Kai.
    --
    Kai Szymanski
    Abt. eBusiness
    D. Schuricht GmbH & Co. KG
  • John_TegelaarJohn_Tegelaar Member Posts: 159
    Just had a bright moment. Remembered there's an obscure commandline parameter to start IExplorer and bypass the default startup page.

    Put -NOHOME in front of the URL. That should do the trick. Tried it from Start, Run and typed in "iexplore.exe -NOHOME www.mynavision.net" and got this page right away.

    John
Sign In or Register to comment.