![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
1) This is a text field and we input numbers but they must be 4 digits eg 0412 or 1014. I want a message or warning if anything other than 4 digits is entered |
|
2) I have a date field and in the validate section I can only find "validate for 4 digit year". I just want to make sure there is a valid date eg 12/11/2009 or 05/10/14. (Australia uses dd/mm/yy or dd/mm/ yyyy) |
#3
| |||
| |||
|
|
davepres <davidpreswick (AT) gmail (DOT) com> writes: 1) This is a text field and we input numbers but they must be 4 digits eg 0412 or 1014. I want a message or warning if anything other than 4 digits is entered Validate by calculation: length( text ) = 4 |
|
2) I have a date field and in the validate section I can only find "validate for 4 digit year". I just want to make sure there is a valid date eg 12/11/2009 or 05/10/14. (Australia uses dd/mm/yy or dd/mm/ yyyy) FileMaker does this for you and will not accept other than valid date data. Jens -- FileMaker Konferenz in Zürich Mai 2010 http://filemaker-konferenz.com (german) |
#4
| |||
| |||
|
|
"Jens Teich" <spamt... (AT) jensteich (DOT) de> schreef in berichtnews:m24oqgr1dm.fsf (AT) jensteich (DOT) de... davepres <davidpresw... (AT) gmail (DOT) com> writes: 1) This is a text field and we input numbers but they must be 4 digits eg 0412 or 1014. I want a message or warning if anything other than 4 digits is entered Validate by calculation: length( text ) = 4 and make it numbers only 2) I have a date field and in the validate section I can only find "validate for 4 digit year". I just want to make sure there is a valid date eg 12/11/2009 or 05/10/14. (Australia uses dd/mm/yy or dd/mm/ yyyy) FileMaker does this for you and will not accept other than valid date data. Jens -- FileMaker Konferenz in Zürich Mai 2010 http://filemaker-konferenz.com(german) -- Keep well / Hou je goed Ursus |
#5
| |||
| |||
|
|
"Jens Teich" <spamt... (AT) jensteich (DOT) de> schreef in berichtnews:m24oqgr1dm.fsf (AT) jensteich (DOT) de... davepres <davidpresw... (AT) gmail (DOT) com> writes: 1) This is a text field and we input numbers but they must be 4 digits eg 0412 or 1014. I want a message or warning if anything other than 4 digits is entered Validate by calculation: length( text ) = 4 and make it numbers only 2) I have a date field and in the validate section I can only find "validate for 4 digit year". I just want to make sure there is a valid date eg 12/11/2009 or 05/10/14. (Australia uses dd/mm/yy or dd/mm/ yyyy) FileMaker does this for you and will not accept other than valid date data. Jens -- FileMaker Konferenz in Zürich Mai 2010 http://filemaker-konferenz.com(german) -- Keep well / Hou je goed Ursus |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |