Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShortCut Menu
Message
From
07/04/2002 14:37:01
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
To
07/04/2002 14:03:08
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Miscellaneous
Thread ID:
00641914
Message ID:
00641978
Views:
26
>>Either pass the form reference to the menu as a parameter (do ToolTipsMenu.mpr with this, and from there pass it again to the pad code) or use _SCREEN.ActiveForm.

Antonio:

I tried it. This is what I have now.

Right Click Event of the form has the folowing code:
do ToolTipMenu.mpr with this
In the ShortCut Menu:
"Show Tool Tips" calls Do ShowTips.prg
"Deactivate Tool Tips" calls Do NoTips.prg</pre

Code in ShowTips:

<pre>_Screen.ActiveForm.ShowTips = .t.
Code in NoTips:
_Screen.ActiveForm.ShowTips = .f.
Outcome: I get the error message "No parameter statement is found."

Where am I going wrong?
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform