J
jyk
I have an .mde application that I have packaged to execute in the runtime
environment. The main form has a help file (.chm) specified in its properties
.... just the help file name is specified ( not a full path). The help file
resides in the same folder as the .mde file. When execute the application in
the runtime environment on my development machine & pressF1 when the cursor
is on the form, the help file opens successfully.
However, when I install and execute the application on another machine,
nothing happens when I press F1. Note: msgbox calls added to the form_load()
routine confirm that the form's help file and context ID properties are set
properly. I have verified that the .chm file has been successfully installed
in the same folder as the application and that the .chm file opens fine when
I start it up manually (i.e., double click the file).
Can anyone tell me what is going wrong? Or ... make suggestions how to
further diagnose the problem?
Thank you!
environment. The main form has a help file (.chm) specified in its properties
.... just the help file name is specified ( not a full path). The help file
resides in the same folder as the .mde file. When execute the application in
the runtime environment on my development machine & pressF1 when the cursor
is on the form, the help file opens successfully.
However, when I install and execute the application on another machine,
nothing happens when I press F1. Note: msgbox calls added to the form_load()
routine confirm that the form's help file and context ID properties are set
properly. I have verified that the .chm file has been successfully installed
in the same folder as the application and that the .chm file opens fine when
I start it up manually (i.e., double click the file).
Can anyone tell me what is going wrong? Or ... make suggestions how to
further diagnose the problem?
Thank you!