G
Guest
Is it possible to have multiple lines of text within the Validation Message?
If you mean a table constraint, yes. Enter the line break with Ctrl+Enter.Is it possible to have multiple lines of text within the Validation Message?
A constraint on a table, e.g. a CHECK CONSTRAINT.I'm unsure what your TABLE CONSTRAINT means.
Have you tried Ctrl+Enter?And have made a message that will display when the validation rules are not
met. ie "you must enter"
Ctrl+Enter!Is there a way to input more than one line into this Validation Text option
for this data field?
A constraint on a table, e.g. a CHECK CONSTRAINT.
Your're right. I just wanted to know if he really means a validationJamie said:That is incorrect. There is no way to set the 'validation message' for
a CHECK CONSTRAINT. It is *always*, "One or more values are prohibited
by the validation rule 'your_constraint_name_here' set for
'YouTableNameHere'. Enter a value that the expression for this field
can accept." That's why it's important to pick a meaningful name for a
CHECK CONSTRAINT (and no, a constraint name cannot contain line breaks
<g>).
Stefan said:hi Jamie,
Your're right. I just wanted to know if he really means a validation
rule on a table.
btw, the FoxPro guys have here an advantage:
http://msdn2.microsoft.com/en-us/library/yey80zw6(VS.71).aspx