Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top level form and HELP!
Message
From
04/09/2001 19:59:48
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00550257
Message ID:
00552260
Views:
13
David-

I've been watching this thread to see what suggestions you get, but since there aren't any, I'll ask the questions that occur to me from your post. It might spur some ideas.

>I have a help button on a top level form that has a timer. Here is the code I have in the click:

First, what is it you are trying to? Invoke help for a particular topic programmatically if some time has elapsed...w/o user action?

>*helpid = 0 && Some reason this doesn't work with the top level form

HelpID = 0 would simply create a variable called HelpID and assign it a value of 0. What did you expect it to do? IOW, tell us what "doesn't work" means.
>set step on
>thisform.helpcontextid = 300
>KEYBOARD '{F1}'
>*thisform.helpcontextid = 0
>thisform.refresh()
What is it the code above is not doing that you want it to do? For example, does the KEYBOARD command call up the help? If you've SET HELP TO yourCHM I'd expect it to start the help and display it from the top. IOW, not with some specific help displayed.

Would WhatsThisHelpID be of any use to you?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform