Hello,
I want to change my helpfile system to HTML.
How can I call from "F1" a specified web page?
Thank you in advance
Otto
DEFINE BUTTON FILE ".\bitmaps2\P2.bmp" OF oBar ;
ACTION ;
TOOLTIP { || SetHelpFile("test"), WndMain():nHelpID := "test" , cToolTip := {DIREKTHILFE,"text" } };
PROMPT "Z-Plan"
F1 should open HTML file on internet
F1 should open HTML file on internet
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
Re: F1 should open HTML file on internet
Otto try command SET KEY F1 TO YourFunction()Otto wrote:Hello,
I want to change my helpfile system to HTML.
How can I call from "F1" a specified web page?
Thank you in advance
Otto
DEFINE BUTTON FILE ".\bitmaps2\P2.bmp" OF oBar ;
ACTION ;
TOOLTIP { || SetHelpFile("test"), WndMain():nHelpID := "test" , cToolTip := {DIREKTHILFE,"text" } };
PROMPT "Z-Plan"
Re: F1 should open HTML file on internet
http://forums.fivetechsupport.com/viewt ... le#p167778
Code: Select all
\samples\testhelp.prg
\samples\testhlp2.prg
João Santos - São Paulo - Brasil
Re: F1 should open HTML file on internet
Otto,
can You use F2 or another key ?
This line opens this post ( or any other website / page ) from inside Your program with F2
SetKey( VK_F2, { | nKey | ShellExecute( oDlg:hWnd, 'Open', "http://forums.fivetechsupport.com/viewt ... =3&t=38422" ) } )
regards
Uwe
F1 is looking for a helpfile ( help32.prg )F1 should open HTML file on internet
How can I call from "F1" a specified web page?
can You use F2 or another key ?
This line opens this post ( or any other website / page ) from inside Your program with F2
SetKey( VK_F2, { | nKey | ShellExecute( oDlg:hWnd, 'Open', "http://forums.fivetechsupport.com/viewt ... =3&t=38422" ) } )
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.