Re: Call an html file from form 4.5

From: Prasad Chavali <pchavali_at_assettech.com>
Date: Tue, 13 Oct 1998 10:35:01 -0700
Message-ID: <7002r7$id3$1_at_nnrp02.primenet.com>


You can do this multiple ways:

  1. Use HOST command and pass the URL and the windows environment will pickup the default browser and open that URL.

ex: HOST('http://mydoc.html');

2. You can use winexec built-in available in D2KWUTIL.PLL library in Developer 2000 and call the netscape/ie as per your wish. Using WINEXEC will not bring up a DOS window like the HOST command does.

HTH Prasad Chavali
pchavali_at_assettech.com

[Quoted] Pepito.Galicinao_at_lmco.com wrote in message <6vt7p9$bq2$1_at_nnrp1.dejanews.com>...
>Hi,
>
>I was asked to implement a help file (using an html file) for my
application.
> I was just wondering of how to invoke a browser (i.e. netscape) from forms
>using a button. When they press a button, the application will go and read
>the html file. Can this be done?
>
>I'm using Forms 4.5 in an NT environment.
>
>Thanks,
>Pepito
>Pepito.Galicinao_at_lmco.com
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Tue Oct 13 1998 - 19:35:01 CEST

Original text of this message