Re: Forms4.5 Date Format

From: Joe Brown <joe_at_hopi.dtcc.edu>
Date: 27 Oct 1998 03:14:33 GMT
Message-ID: <713dqp$e38$1_at_apache.dtcc.edu>


[Quoted] 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 - 04:14:33 CET

Original text of this message