Alaska Software Inc. - F1 Help
Username: Password:
AuthorTopic: F1 Help
Moshe YardenF1 Help
on Wed, 23 Feb 2011 17:19:59 +0200
Hello,


In clipper the F1 opens, by default, the procedures in the help.prg file.
I have compiled the Clipper application in xBase++.
Everything is working well, but the F1 (help).

Any idea what is replacing the F1 help  file / procedures?


Thanks,
Moshe Yarden
Hubert BrandelRe: F1 Help
on Thu, 24 Feb 2011 22:07:46 +0100
Hi,

if you use the XbpCRT() or console app like in clipper, the
set key K_F1 to help   help is my HELP Funktion
it should work like bevor, maybe the some difference in parameter ...

In GUI, the F1 Event is NOT a keyboard event with the F1 key, it has a 
spezial HELP Event. Have a look in th appevent.ch on F1 or help ... and 
the docs 
Moshe YardenRe: F1 Help
on Sun, 27 Feb 2011 18:30:14 +0200
Hi,

Thanks.

I have used:
   SETKEY ( K_F1, {|| TONE ( 1000 ), Help(READVAR ) })

and it works good.


Regards,
Moshe


<Hubert Brandel> wrote in message 
news:1714c93f$2c080cd8$14ed6@news.alaska-software.com...
> Hi,
>
> if you use the XbpCRT() or console app like in clipper, the
> set key K_F1 to help   help is my HELP Funktion
> it should work like bevor, maybe the some difference in parameter ...
>
> In GUI, the F1 Event is NOT a keyboard event with the F1 key, it has a 
> spezial HELP Event. Have a look in th appevent.ch on F1 or help ... and 
> the docs 
>
>