Helpindex and winseven

Helpindex and winseven

Postby Silvio.Falconi » Mon Nov 24, 2014 6:23 pm

the help not run on winows seven ,

SetHelpFile("test.chm")


....

MENUITEM i18n("help") ACTION HelpIndex()

It open the window help file but then the user must press the HOME button to show the help
the test.chm have only a page
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: Helpindex and winseven

Postby Manuel Valdenebro » Tue Nov 25, 2014 5:55 am

Funciona perfectamente en W7. Yo tengo añadida esta función:

FUNCTION HelpIndex( ) // activa F1
local cFich := "C:\silvio\test.chm" // path completo


RETURN WinExec ( "HH " + cFich )
Un saludo

Manuel
User avatar
Manuel Valdenebro
 
Posts: 706
Joined: Thu Oct 06, 2005 9:57 pm
Location: Málaga-España

Re: Helpindex and winseven

Postby Silvio.Falconi » Tue Nov 25, 2014 7:48 am

thanks now run...ok
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: Helpindex and winseven

Postby Otto » Fri Jan 31, 2020 1:09 pm

Hello,
Thank you for your help.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6255
Joined: Fri Oct 07, 2005 7:07 pm

Re: Helpindex and winseven

Postby Otto » Fri Jan 31, 2020 3:22 pm

Hello,
in my program:
SetHelpFile("our Helpfile")


as my helpfiles are online I changed
help32.prg
static function IsHelpFile( cHelpFile )
local lReturn := .F.
return lReturn
//-----------------------------------------------------------------------//


FUNCTION HelpIndex( ) // activa F1
local cHelpFile := GetHelpFile()
? cHelpFile //here I start online help
RETURN //WinExec ( "HH " + cHelpFile )


Otherwise I get a warning if the file is not present.
Thank you and best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6255
Joined: Fri Oct 07, 2005 7:07 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 20 guests