Subject Default Values
Author ben_sollis
Hi all..

In my db I have various domains. One of these being a Y/N defaulting
to Y.

When trying to insert records, the inserts fail saying the column
contains no data.

if I modify the OnBeforeInsert function and hard code a default
value, everything works fine.

I also tried setting the default value in the IBOquery field
defaults, but this does not (or appear not to) work either.


Anyone got any insight into this behaviour?


rgds,

Ben