On Sun, 14 Jan 2001 07:04:52 -0800, 'Captain' Kirk DeHaan
Quote:
>Hello,
>I have a program whose help file runs fine from the menu selection via
>showcontentstab().
>When using F1 it brings up the wrong page. I have all the controls
>and forms for the main display set to 10, which is the ID of the
>default help page.
>Where is the relationship between F1 and context ID defined? Should I
>be processing for F1?
>Kirk
Probably a little lean on info.
I'm using the lite version of Helpwriter. I have verified that the VB
project info shows the proper help file and the proper contextID. I
even added the help properties in code to reflect the same info.
I've checked contextID.bas and all the references there are correct.
I will go back and check all the property sheets for each control
again.
I'm missing a setting somewhere.
Kirk