Subject | Re: [IBO] Displaying a TIME field (Attn. Jason and Dirk Schiffler) |
---|---|
Author | rihoe |
Post date | 2002-07-15T14:09:34Z |
CREATE TABLE SOOGIAJAD (
ID INTEGER NOT NULL,
KELL TIME NOT NULL,
);
Create TIB_Query: "select * from soogiajad for update"
Set EditMask for KELL as "00:00;0;0"
Open Data view in TIB_Query editor.
Try to enter some value. Field is initially filled with zeroes, but
when you enter 07 (result looks like 07:00) and try to post, you get
error.
Riho Ellermaa
ID INTEGER NOT NULL,
KELL TIME NOT NULL,
);
Create TIB_Query: "select * from soogiajad for update"
Set EditMask for KELL as "00:00;0;0"
Open Data view in TIB_Query editor.
Try to enter some value. Field is initially filled with zeroes, but
when you enter 07 (result looks like 07:00) and try to post, you get
error.
Riho Ellermaa
--- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> Please provide more details for me to go on.
>
> Preferably I would like a little simple sample app demonstrating
what you
> are referring to.
>