Subject Re: Detail record disappearing
Author Ed Dressel
> How do you assign the primary key of the detail record? If that is
> created at the server, then your IBO application at the client
cannot
> know how to get the record back and the behaviour you describe is
the
> best IBO can do.

Sorry if I didn't explain it. It wasn't a PK field but a FK field
that I am having the problem with, that is now strangely solved. PK's
are solved by setting the 'GeneratorLinks' property for the
connection (which is a very sweet solution--well done Jason).

Ed Dressel