Jump to content

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

Recommended Posts

Posted

well i'm not to sure about that.

if you create a field and validate it with a calculation

Length(field_name) = 64

then you can make sure that no ones enters less than or more than 64 chracters.

on the other hand if you make the field width exactly fit 64 characters. you can then change the field format to include your scroll bars.

if you want a more complex calculation then i think i have a way.

Posted

Yes,

I need to restrict the width of characters to just 64 characters but still allow the user to enter as much tect as possible. Actually, I want a have return after the 64th character...

Posted

How about having 2 fields, one is an input field that is basically unrestricted, then an output field that calculates in a Return after every 64 characters?

Posted

Perfect! That's actually a really good idea!

Can you point me in the right direction for the calc to enter a return after the 64th character...?

Posted

Its not as perfect as it would seem...you will wind up splitting words and end up will some really weird hypenation. If you want to do something with the line splitting, start at character 64 and back down the string looking for the 1st blank and split the line that way. It is an easy script to write.

Posted

Hmm, interesting idea, I'm trying to do that now, But it doesn't seem to be as "easy" one would think. Unless I'm overlooking a command somewhere. Btw: Steve, Do you do Filemaker for a living here in vegas?

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