Subject Re: [IBO] Asking for suggestions
Author Geoff Worboys
> When I'm adding places to the form, I would like to see
> a grid with the info i'm adding to the Client. But I can't
> really post every insertion of a BranchOffice because it
> requires the 'ClientID' info. But I don't have a ClientID
> (because I haven't posted the Client data yet!).

Have you actually tried it? IBO has a function called PostRetaining,
which allows a record to be posted while the dataset retains its edit
state. It used to be that you had to call this explicitly, but I
think Jason has updated so that the function is called automatically
with master/detail relationships. If you try to post the detail
before the master, the master is PostRetained so that it will not
experience the validation error.

HTH

Geoff Worboys
Telesis Computing