At 09:54 AM 12/31/2004 -0500, Bob Castanaro wrote:

Can someone either duplicate this or tell me what I am doing wrong?

I have a ENTRY form, single table In that table, the first column
is called CODEX, with a time datatype.

On before start EEP I have
Set time format HH:MM:SS.SSS
SET VARIABLE VCODEX = .#TIME
In the fom I have a variable CODEX = .VCODEX (where codex
is my indexed unique identifier column) From the R:prompt,
I can see my variable like this 08:22:33.014, showing all
minutes, seconds and thousandths. When the form row is
saved the thousandths only appear as 000.
Is this a bug or am i doing something wrong?


Bob,

Duplication the exact scenario on my end, I get the
following results:

ENTER USING TestForBC

BROWSE * FROM TestForBC

Values for column Codex are displayed as: 15:39:08.000

At the R> Prompt:

SHOW VARIABLES

RBTI_FORM_COLVALUE = 15:39:08.000
RBTI_FORM_VARVALUE = 15:39:08.347
vCodex             = 15:39:08.347

As you can see, "variable" values are correct but the
"column" values are not being saved with .SSS.

You may place the "Variable Edit" on form, associated
with vCodex to see the results.

Consider that boo-boo fixed in the upcoming release
version of update 79 for 7.1, Update 2 for R:BASE 7.5
and Update 3 for V-8 "Turbo".

Very Best R:egards,

Razzak.



Reply via email to