Search found 89 matches: hlp

Return to advanced search

Re: Help for get when F1 pressed. Possible?

Only a doubt... How I can define a help for a get for exhibition when the user press the F1 key? 1.- SetHelpFile( "YourHelpFile.hlp" ) 2.- When defining the Get control you should use the clause: HELPID YourHelpTopic Then, when user presses th F1 key, program will show the defined topic. ...
by mmercado
Sat Apr 12, 2008 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for get when F1 pressed. Possible?
Replies: 2
Views: 683

New FTDN April / Abril 2008 (8.04)

... was causing some controls not to be seen when pressing Alt in Vista. * New: Help CHM files support, using the same syntax and commands used with HLP files. Please review samples\TestHlp2.prg. We appreciate your tests feedback. * Enhancement: New Class TGraph version by Alfredo Arteaga: DATA nMaxVal ...
by Antonio Linares
Fri Apr 11, 2008 11:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April / Abril 2008 (8.04)
Replies: 1
Views: 3644

Roger,

We don't know if there are different types of CHM.

Next 8.04 version includes automatic support for CHM and HLP files :-)
Same syntax for both types of files.
by Antonio Linares
Wed Apr 09, 2008 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem launching CHM help file
Replies: 4
Views: 806

SetHelpFile() does not support CHM files yet.

So just use SetKey( VK_F1, { | nKey | My_Hlp() } )
by Antonio Linares
Sun Mar 16, 2008 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: turn off
Replies: 7
Views: 1444

I use My.CHM for help.

SetHelpFile('MY.chm')
SetKey( VK_F1, { | nKey | My_Hlp() } )

When I press F1 at the same time appear the window of MY.CHM and message "The file My.CHM is not a file of information Windows or it is damaged". What it ?

Excuse for my English.
by Natter
Sun Mar 16, 2008 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: turn off
Replies: 7
Views: 1444

by Silvio
Fri Mar 07, 2008 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where is the TxBrowse control doc?
Replies: 3
Views: 568

why not we can create a txbrowse.hlp ?
by Silvio
Thu Mar 06, 2008 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where is the TxBrowse control doc?
Replies: 3
Views: 568

... another computer without using ADS? That would tell you if ADS has anything to do with it. I note that even under XP you cannot load a help file (HLP) across a network anymore. This problem was created by a security update to XP. So it is conceivable that Vista is the problem. James
by James Bott
Thu Sep 13, 2007 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP loses attachments w/ Vista
Replies: 41
Views: 9610

I apologize.
I had not seen the Manual directory.

Now I have found 5 manuals
FwClass, FwFun, FwProg, Fiveodbc, Fwcmd
in hlp and chm format.

was much more than how serving me: -)

many thanks,

Eugenio.
:oops:
by swpoint
Fri Aug 03, 2007 4:20 pm
 
Forum: FiveWin for Pocket PC
Topic: Generate a click on a control
Replies: 5
Views: 1693

Hola Manuel. Muchas gracias por tu respuesta. Hice según tu sugerencia y sigue dando el mismo msg, aunque he creado un archivo “Ayuda.hlp” con solo una linea en blanco. Pero lo que en realidad quiero es que cuando presione F1 el sistema no busque ningun archivo de ayuda, solo que haga las ...
by jvargas
Wed May 16, 2007 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help File
Replies: 4
Views: 994

Re: Help File

Hola Jorge: Prueba así: SetKey(VK_F1, {|nKey| WinHelp("Ayuda.Hlp")}) Un saludo, Manuel Hola Amigos Cuando presione F1 para obtener ayuda en rutinas mi PRG me aparece el Msg NO HELP FILE AVAILABLE a pesar que he puesto SET KEY 28 To SET HELPFILE TO "" alguien ...
by Manuel Aranda
Tue May 15, 2007 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help File
Replies: 4
Views: 994

What is a 'pure HTML' file? - as opposed to a compiled help file CHM?

I have read problems on this forum with HLP and CHM files. Is this the answer then? (pure HTML files)? How are they used?
by Ollie
Tue Apr 24, 2007 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when executing archives .CHM
Replies: 4
Views: 1359

Manuel:

Según tengo entendido el Vista usa CHM como archivos de ayuda.

Creo que no esta permitido poner en tus instalaciones el
winhelp.exe para ejecutar archivos HLP, éste archivo debe ser
baja de Microsoft en donde verifica la autenticidad del Windows instalado.

Saludos.

Ruben Fernandez.
by Ruben Fernandez
Mon Apr 23, 2007 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos .HLP y Windows Vista
Replies: 1
Views: 586

Archivos .HLP y Windows Vista

Existe alguna forma de hacer funcionar los archivos HLP en Windows Vista? O quizá alguna utilidad para pasarlos a un formato que sí sea renoconido?
Un saludo,
Manuel
by Manuel Aranda
Mon Apr 23, 2007 6:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos .HLP y Windows Vista
Replies: 1
Views: 586

Re: Keyboard

Hola saviotti: Algunos ejemplos para orientarte: SetKey(VK_F1, {|nKey| WinHelp("Ayuda.Hlp")}) SetKey(VK_F9, {|nKey| Calculadora() }) oBtn1:bkeydown:={|nKey|IIF((nKey == Asc( "S" ) .OR. nKey == Asc( "s" ) ) .AND. GetKeyState( VK_CONTROL ),; ( lSalvar := .T. , oDlgCodigo:End(), ...
by Manuel Aranda
Mon Apr 09, 2007 8:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Keyboard
Replies: 6
Views: 2139
PreviousNext

Return to advanced search