Subject Re: [IBO] Re: PK field that auto filled with wrong generator value
Author Cipto
[BUGS1]
With dsPersonM.dataset=qrPersonM
You don't need to enter the value, just look the grid when you start to
insert, look the value that automatically filled on the new record.
and then compare it with dsPersonM.dataset=qrPersonMb

Just look what happen on the new record while the grid indicator is still in
"*" (insert mode)


----- Original Message -----
From: russellbelding
To: IBObjects@yahoogroups.com
Sent: Wednesday, May 23, 2012 4:29 PM
Subject: [IBO] Re: PK field that auto filled with wrong generator value


On [BUGS1]
With dsPersonM.dataset=qrPersonM
I can enter record 99, 2, 12/05/2012 (no error)
I can enter record 2, 2, 10/05/2012 (no error)

With dsPersonM.dataset=qrPersonMb
I can enter record 234,3, 09/05/2102.

So I have not been able to see bug1.
I have not read you code in detail.
HTH.

Russell