Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Exceeding 255 Characters for One Value

Featured Replies

A value list that I am creating is a choice between several lengthy phrases being inserted in a formatted letter.. In ten years of using FMPro, I had never run into the fact that there is a 255 character limit for each value. And, since I was exceeding that number, the phases would truncate. I have found two tech bulletins (101491 and 102388) which advise that the workaround is "use a code value in the value list and set it to trigger a lookup into another file that contains the actual data to be entered."

My thought was that this meant to use the "use values from field" choice and have the appropriate text over in the chosen field. That doesn't work (or I'm not setting it up correctly!). Can one of you steer me in the right direction as regards what this tech bulleting is really saying? Thanx in advance, Bob.

Not it meens to use value from relationshipName::fieldName when relationship is set by ID from the list.

HTH

Dj

  • Author

Do you mean the Define Fields>Options>AutoEnter>Looked-Up Value [specify Field] list? That is where I went based on your response. I added the text into a new field created on an already related database. Still not working. Did I understand correctly? Or? Thanx, Bob.

OK,

put it this way

you have an file let's say List.fp5 with following structure:

List(listID. itemID, shortValue, longValue)

In your main file define an global text field gList and relationship listRel with file List.fp5

listRel::gList-->listID

Also define an value list myValueList ???

use values from field itemID form file List.fp5, display also shortValue, use only related values from relationship listRel.

Define another field in your main file: listItem

and create relationship itemRel with file List.fp5

itemRel::listItem-->itemID

Attach value list myValueList to this field on some of your layouts.

Now, access the longValue from file List.fp5 via relationship itemRel or if appropriate use lookup with the same relationship.

HTH

Dj

  • Author

Thank you, Djukic. I will try this and let you know if it worked for me.

  • 1 month later...
  • Author

Djukic: I ended up doing something much simpler. On talking again with the users, I was able to determine the necessity (or absence) for this long paragraph was based upon another field that was already in the database. So, I just did an "Is Empty" test on that other field and put this paragraph in an "If" calculation field to make it appear when needed. Thank you for your help.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.