Jump to content
Salesforce and other SMB Solutions are coming soon. ×

I need a tip about tooltips


Robert E. Green

Recommended Posts

Is there a way to include tooltips into a solution so that a user can turn them all on or off with a single button or menu choice?

 

Thanks,

Bob Green

Link to comment
Share on other sites

Yes, since tooltips can be calculations, you can use a preference setting like this:

 

-create a global called gShowToolTips, number.

 

put the following calc int the tooltip box:

 

Case(Globals::ShowToolTips=1;"This is a tooltip")

 

you can either set the global to a default value (null or 1) at startup or create a prefs table, one record to a user. At login, the user's prefs are read into this global (and possibly other settings as well).

 

maarten

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use