Search found 37 matches: sethelpfile

Return to advanced search

Re: Create help system with F1

... It is a commercial application. Chm type help file can be produced with it. (Microsoft Help Workshop also should be installed) SetHelpFile("helpfile.chm") in our application. F1 key opens the chm file. I have not used help id description but it say that supported.
by Horizon
Tue Jul 11, 2023 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 866

Re: Helpindex and winseven

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 //-----------------------------------------------------------------------// ...
by Otto
Fri Jan 31, 2020 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Helpindex and winseven
Replies: 4
Views: 977

Re: F1 should open HTML file on internet

... "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" Otto ...
by wartiaga
Fri Jan 31, 2020 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: F1 should open HTML file on internet
Replies: 3
Views: 695

F1 should open HTML file on internet

... "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"
by Otto
Fri Jan 31, 2020 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: F1 should open HTML file on internet
Replies: 3
Views: 695

Re: error with chm files

... solution is no good because I cannot use helptopic func to call a specific page To Gurus I think there is a Problem on functions Helpindex() and SetHelpfile("namehlp.chm") and I think there's an error on Help32.prg or/and Helpchm.prg ( WinApi Folder)
by Silvio.Falconi
Mon May 18, 2015 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with chm files
Replies: 6
Views: 1064

error with chm files

... Fwh application I have a strange error "Action canceled!" is displayed instead of the topic text. I set the help file at main.prg with SetHelpfile("family.chm") and then on a menu HelpIndex() I try to search on Internet If there are problems with new Windows and i found on ...
by Silvio.Falconi
Sat May 16, 2015 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with chm files
Replies: 6
Views: 1064

Helpindex and winseven

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
by Silvio.Falconi
Mon Nov 24, 2014 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Helpindex and winseven
Replies: 4
Views: 977

Re: help icon

Primero estableces desde el programa cual va a ser tu fichero de ayuda: SetHelpFile( "MiFicheroDeAyuda.chm" ) Y luego en el control que quieras ayuda añades la claúsula HELP ó HELPID REDEFINE ... ... ID ... OF oDlg HELPID 1001 // en vez de 1001 el ...
by Antonio Linares
Wed May 14, 2014 8:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: help icon
Replies: 2
Views: 376

Re: bAction en el Boton ? de la barra Titulo

... añadimos la función HelpIndex() retornando "Nil" ya que aqui es donde aparece el aviso de que no se encuentra la ayuda desde SetHelpFile(), Aqui es donde aplica añadir el metodo bHelpIcon , lo hago desde mi archivo fuente con EXTEND CLASS y ahora modificamos la Clase SysCommand ...
by cuatecatl82
Wed Sep 18, 2013 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: bAction en el Boton ? de la barra Titulo (SOLUCIONADO)
Replies: 2
Views: 1425

Re: German and Italian translations help required

... modo compartilhado","Öffnen für gemeinsamen Zugriff","Apri in modalità condivisa" },; { "No Help file defined with SetHelpFile()", "No se ha definido un fichero de ayuda usando SetHelpFile()", "Aucun fichier d´aide défini avec la fonction SetHelpFile()", ...
by Massimo Linossi
Sun Sep 08, 2013 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German and Italian translations help required
Replies: 5
Views: 4214

ADD MY FUNCTION to F1 KEY ?

Hi all

Is it possible to add my function to VK_F1
Somethink like: SetKey( VK_F1, { || MsgInfo("Hello") } )
I dont want mesage "No Help file defined with SetHelpFile()!"

Best regards,
by avista
Sun Oct 14, 2012 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD MY FUNCTION to F1 KEY ?
Replies: 7
Views: 1201

Re: Consulta sobre archivos chm (archivos de ayuda)

Juan tenes que hacerlo asi:

SetHelpFile("C:\Ayuda.chm")

Saludos,

Adhemar
by acuellar
Mon Jul 04, 2011 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre archivos chm (archivos de ayuda) - (Soluciona
Replies: 11
Views: 2467

Consulta sobre archivos chm (archivos de ayuda) - (Soluciona

Amigos del foro Si alguien pudiera ayudarme Estoy desarrollando un archivo de ayuda y la instruccion que utilizo en mi archivo principal es : SetHelpFile("Proceso.chm") Cuando utilizo mi aplicacion desde mi pc no tengo ningun problema, pero si la utilizo desde el servidor, cuando activo ...
by juan_arroyo_t
Thu Jun 30, 2011 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre archivos chm (archivos de ayuda) - (Soluciona
Replies: 11
Views: 2467
Next

Return to advanced search