Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening a .HTML file from a Menu Item

Status
Not open for further replies.

taqmeena

Programmer
Mar 22, 2005
53
PK
i have created a Html Help files.
in the forms Menu i have made a Menu Item Named Help.
i want.
when user click this Menu item the Html Help file should run in the BROWSER.

as we write

open_form or Call_form to run a FMX file of a form.
but who can we run a HTML file from Menu item.
 
If you are running webforms, use WEB.SHOW_DOCUMENT. If your forms are client based, you will need to make a host call to Internet Explorer and pass the URL as a parameter.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top