Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

this is probably an easy one. I need to place IP addresses into a field. Can I format the field so that the numbers are entered like ###.###.###.### of course not all IP addresses have three numbers in each section so hopefully it will not ask for three numbers if there is only one. But would be nice just to get the . automatically entered. Whats the best way to do this?

Posted

If you mean that the user should enter for example "123456789" and Filemaker would automatically insert periods at the appropriate places, then no. You would need a mind-reading machine for that.

Posted

Why not split the ip address into the component octets? You could use a calculation to generate the full address from the components.

Posted

Yes thats a good idea, have done that however stuck on the calculation part. All I need to do is display the four octects with a period between each octect. Any ideas on that?

Posted

Place physical stops on the layout between the octets.

The full address should be recorded in a calculation:

IPAddress = octet1 & "." octet2 & "." & octet3 & "." & octet4

Note that the octets should be TEXT (not numbers) to make sure the string concatenation works properly.

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