M
Mikeal
I have a form that needs to have certain fields set up
with Validation. I have set some pretty strick validation
on those fields such as:
Data Type = Number
Text Format = Digits
Numeric Format = Decemial, Peroid
Data Length = Reguired (Min Length 1)
Data Value = Field Must Be Greater Then or equal to = 0
The thing that I cannot figure out is that those
validations are applied to the field just following the
one that set them too. I know that this does not make
sense. For example: I have a field named 'MonthlyIncome'
and the next field is named 'Employer'. I apply all the
above validation to the 'MonthlyIncome' field and when I
publish my web site (on a Windows 2000 server with fp2002
extensions installed) and go to fill it out and it has all
of the validation set to 'Employer' not 'MonthlyIncome'
like it should. So if I do not fill in the 'Employer'
field, with numbers only, it will not let me submit it.
I have even looked at the source code of the page from
within internet explorer and it showes that the validation
is set to the 'Employer' NOT 'MonthlyIncome' like I
programmed it to be in FP.
Any seguestions? I am stumped!!
Mikeal
with Validation. I have set some pretty strick validation
on those fields such as:
Data Type = Number
Text Format = Digits
Numeric Format = Decemial, Peroid
Data Length = Reguired (Min Length 1)
Data Value = Field Must Be Greater Then or equal to = 0
The thing that I cannot figure out is that those
validations are applied to the field just following the
one that set them too. I know that this does not make
sense. For example: I have a field named 'MonthlyIncome'
and the next field is named 'Employer'. I apply all the
above validation to the 'MonthlyIncome' field and when I
publish my web site (on a Windows 2000 server with fp2002
extensions installed) and go to fill it out and it has all
of the validation set to 'Employer' not 'MonthlyIncome'
like it should. So if I do not fill in the 'Employer'
field, with numbers only, it will not let me submit it.
I have even looked at the source code of the page from
within internet explorer and it showes that the validation
is set to the 'Employer' NOT 'MonthlyIncome' like I
programmed it to be in FP.
Any seguestions? I am stumped!!
Mikeal