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

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

Recommended Posts

Posted

Can filemaker count the chars in a field and show the existing chars that a user can still type? its like on html, where there's a specific chars that you can type in a field or screen.

im using FM5.5

thanks,

louie

Posted

Hi louie,

The Length Function will give you the total number of characters in a field.

Length(YOURFIELD)

Unfortunately, you have to exit the field in order for the calculation to update. Maybe you use a looping script to update it, something like this workarouond for running a script upon exit of a field.

Script Execution on Exiting Field By: Al Fleming URL: http://www.fmfiles.com/tnt8.html

Or, possibly one of the text Plugins can do this.

HTH

Lee

smile.gif

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