Re: Two Forms Questions

From: Todd Owers <ToddO_at_gcr1.com>
Date: 1998/02/12
Message-ID: <01bd37ee$baf05a60$764c1bcc_at_toddo.gcr1.com>#1/1


Jimmy <c6635500_at_comp.polyu.edu.hk> wrote in article <34E3F37A.4E4_at_comp.polyu.edu.hk>...
> Hello all,
>
> 1) I have a date item. The format is DD/MM/YYYY. Is it possible to set
 the item such that
> the user need only type DDMMYYYY instead of DD/MM/YYYY? (i.e. not need to
 type "/", but the item
> still show DD/MM/YYYY)

[Quoted] Yes, but it cannot be done through the Format Mask property. To make the "/" appear automatically, you have to change the data type property of the item from Date to Char (in the form, not the database). Then create a When-Validate-Item trigger to insert the "/" after the second and fourth characters.

>
> 2) I heard that Form5.0 has been released. Is that true? In which
 Developer 2000 version?
> Can Form5.0 run on 16-bit platform (in Windows 3.11)?

[Quoted] [Quoted] Yes, Forms 5.0 is available in Developer 2000 version 2.0. I do not know if it will run on a 16-bit platform.

>
> Thanks,
> Jimmy
>

Hope this helps.

Todd Owers Received on Thu Feb 12 1998 - 00:00:00 CET

Original text of this message