Jump to content

Tooltip from Field comments


JulianLisher

This topic is 5901 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hi

I am trying to have a custom function where I can add a tooltip to a field which is the comments set in the field defination.

The calc is:

FieldComment ( Get ( FileName ) ; FieldName )

But when I use this either with the sysntax FieldComment ( Get ( FileName ) ; "FieldName" ) it does not work. Please help. :

Link to comment
Share on other sites

You dont really need a custom function for this. However you can not natively pass the field name dynamically for this. you would either have to hard code it or have it only activate when the field is active.

FieldComment ( Get ( FileName ) ; "TableOccurence::FieldName" )

FieldComment ( Get ( FileName ) ;Get ( ActiveFieldName ) )

Link to comment
Share on other sites

This topic is 5901 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.