field pattern specification + validation

I

ibec

Guest
Is it possible to define a pattern for a field, which is validated during record insert or update?

For example, I want a date field in the following pattern:

yyyy.mm.dd

Can I force and / or validate users to use this pattern during inserts or updates?

Furthermore, I'd like to use different patterns based on certain values in other fields. Is that possible?
 
E

Eugenio

Guest
ibec wrote:

> Is it possible to define a pattern for a field, which is
> validated during record insert or update?
>
> For example, I want a date field in the following pattern:
>
> yyyy.mm.dd
>
> Can I force and / or validate users to use this pattern
> during inserts or updates?
>
> Furthermore, I'd like to use different patterns based on
> certain values in other fields. Is that possible?

No, it isn't possible to use custom validation patterns.



(Latest version of DaDaBIK when this message was posted: 3.0 beta)
 
Top