Subject | Re: [IBO] Asking for suggestions |
---|---|
Author | Geoff Worboys |
Post date | 2001-02-16T00:21:39Z |
> When I'm adding places to the form, I would like to seeHave you actually tried it? IBO has a function called PostRetaining,
> 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!).
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