PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to display a topic from CHM file (Help&Manual, Dr.Explain)
How to display a topic from CHM file (Help&Manual, Dr.Explain)
Iniciado por vido.vouk, 27,oct. 2015 16:30 - No hay respuesta
Publicado el 27,octubre 2015 - 16:30
I am creating CHM help file with an external authoring tool (Help&Manual).

I would like to display a topic from this CHM file using wHelp command.

CASE 1:
If I make a call like
WHelp( gsHelpFile, "myTopic")
it DOES NOT WORK, although the corresponding topic is defined in the CHM file. It displays the first topis in CHM file.
This works if using another programming language (i.e. Clarion) which proves that the CHM is correctly generated.


QUESTION
How should I set the secod paramater to get the correct page ?