


You may enter or edit the number you have assigned to the topic in the Help file which you would like to link to from within the Popup Help. Note the following guides:
· If you don't specify a Context-ID (you leave it at 0) then the Context-ID specified for the actual control will be used, unless that is also 0.
· To save retyping if multiple controls require the same text and Context-ID you can reference one control from another. For example, if you had two labels, Label1 and Label2, and they both needed the same Text and Context ID, you could add the Text and Context-ID to Label1, and then for Label2 you should specify the text as ->Label1 and they will share the text and Context-ID. (That is a dash - followed by a greater than sign >). Note that the names of the controls are case-sensitive, and that if you form a loop doing this, once control referencing a second which refers back to the first, that is exactly what your program will do - loop!


