Re: Forms4.5 Date Format

From: Ashok Upadhyay <aupadhya_at_earthlink.net>
Date: Tue, 27 Oct 1998 14:24:57 GMT
Message-ID: <3635D6EF.2DD0DBA6_at_earthlink.net>


Try fixed length property also set it to true. I guess it should work Ashok

Joe Brown wrote:

> Have a look at the validate-item (I think that's it) trigger.
>
> If you really want to force 10 digits, try adding code like:
>
> your_block.your_date_item/when-validate-item trigger:
> if length(:your_block.your_date_item) between 1 and 9 then
> --allow to navigation if empty or full, but not in between... :-)
> raise form_trigger_failure;
> end if;
>
> In article <71352v$huj$1_at_nnrp1.dejanews.com>, <srijay_at_yahoo.com> wrote:
> >Hi!
> >
> > Is it possible to force user to enter 10 digit date in forms4.5? I tried the
> >format mask of FXMM/DD/YYYY and FMFXMM/DD/YYYY but they do not seem to work.
> >Always the date field get displayed as the user entered it, eg. 1/1/98 etc.
> >
> > TIA
> > Sri
> >
> >-----------== Posted via Deja News, The Discussion Network ==----------
> >http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>
> --
> (: Joe Brown :) joe_at_apache.dtcc.edu
> I believe Wine is going to be great if it ever gets finished. . .
> I believe Linux _is_ great even though it's not finished! ! !
> I believe you have my address. :-)
Received on Tue Oct 27 1998 - 15:24:57 CET

Original text of this message