Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

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. :

Posted

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 ) )

This topic is 6125 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.