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

Formatting drop down list


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

Recommended Posts

Posted

I have a drop down list that is showing me a code and the full name - the code goes in the active field and a look up puts the full name in another field.

Because the codes are different lengths (they're actually nicknames) the drop down is not nicely and neatly aligned where the second value is listed.

Is there any way of altering this by formatting the drop down list (or otherwise)?

Posted

No.

However you can change the value list to only display the second field.

Posted

You could create a calculation which truncates or adds spaces onto the 'code' to make it a fixed length. For example, to make the code 6 characters long use:

NewCode = Left ( Code & "      " ; 6)

Then use NewCode in your drop-down list instead of Code, and apply a fixed width font, like Courier.

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