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

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

Recommended Posts

Posted

A global field is formatted as a drop down list. If the user clicks in the field anywhere other than on a list choice the list collapses (as it should). However, if the user then clicks on the header area to exit the field they can not re-enter the list or execute any of the buttons in the Header. The system works fine on layouts without the Header formatting, and it works fine when clicking on the formatted Body. What is causing this? Can it be corrected other than changing the list to a menu?

Global field is:

If (

IsEmpty ( Lookup ( D_sSelectedNav::z_NavListName_t ) );TextColor ( "Select" ; RGB ( 255 ; 0 ; 0 ) );//No listName, Red

TextColor ( Lookup ( D_sSelectedNav::z_NavListName_t ) ; RGB ( 0 ; 0 ; 0 ) )//ListName,Black

)

Header is a field:

GetRepetition ( D_Setting::Color_r ; D_Setting::z_ColorChoiceHeader_gn)

Posted

In Layout Mode, select the Header field and Format -> Field Behavior. Deselect the entry in Browse and Find mode checkboxes. If you allow entry into it, then you are still in the record when you click on it.

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