stann Posted March 22, 2004 Posted March 22, 2004 Hello I have a script that fills in a bunch of fields with insert text command. It gets to the 13th field in the row and I have a dialog box which says " This field is defined to contain only specific values. Allow this value? " I have checked the field and there is no such criteria . It is a text field. I am inserting text. The field is exactly the same types as the others but this one always stops my script . Is there anything I can do to get rid of this dialog box . I don't think the error makes sense. Thanks Version: v6.x Platform: Mac OS X Panther
CyborgSam Posted March 22, 2004 Posted March 22, 2004 Are you positive there is no Validaiton for this field? In define fields, select the field and click Options..., then click the Validation tab and make sure all the checkboxes are unchecked.
Vaughan Posted March 22, 2004 Posted March 22, 2004 That sounds like field validation to me. Look in the Define Fields dialog, select the field and click on the Options button then select the Validation tab.
SassyTexan Posted March 30, 2004 Posted March 30, 2004 It does sound like a value list is attached to the field, that is different from the data that is being entered. Make sure that what is being entered matches the value list on the validation tab as mentioned in the previous messages.
Fitch Posted March 30, 2004 Posted March 30, 2004 Look at the validation for all the fields referenced in the script. Maybe the dialog is not caused by the field you think it is.
Recommended Posts
This topic is 7889 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