Anuviel Posted June 26, 2007 Posted June 26, 2007 Would it be possible to make a calculation that would count how many characters has been used in a text field and to dynamically update and display the results as one types? How hard would it be? Thanks.,
AudioFreak Posted June 26, 2007 Posted June 26, 2007 Length(Your Field) will return the number of characters in a field. Is that what you are looking for?
Anuviel Posted June 26, 2007 Author Posted June 26, 2007 Yes and no - I want to have a field that will display the number of characters left in the field that I am typing in - dynamically. Text_1 - if I type in Test Text_2 should return 1 when I type in T, return 2 when I type in e and so on...updating as I type? Much like web forms that show you how many chars you have left to type in.
David Jondreau Posted June 26, 2007 Posted June 26, 2007 Hard enough that it's not worth it bordering on practically impossible. I'm pretty sure Filemaker has no "self-awareness" until a record is committed, so you can't use the calc engine by itself. The only thing that comes to mind is to create a Looping scripting that continually commits a record, then re inserts the cursor at the end of the text. A crappy solution on several levels. Maybe there's a plugin out there?
Anuviel Posted June 26, 2007 Author Posted June 26, 2007 Thanks, will have to look for one, if there is one. At least will not have to waste my time trying to figure it out., I thought it might be hard. Thanks.,
Recommended Posts
This topic is 6420 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 accountSign in
Already have an account? Sign in here.
Sign In Now