Subject | RE: [IBO] Master-Detail with "how to use generator" |
---|---|
Author | Jason Wharton |
Post date | 2019-10-29T15:07:39Z |
Are you using CachedUpdates = TRUE or
FALSE?
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Monday, October 28, 2019 11:07 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Master-Detail with "how to use generator"
Hi,
I want a sample (or
example) that show how manage "id" field of master table?
I have a form where
user can input master and details record in the same session.
Before save master
record to database , need get next code.
Like
master table
(Id(integer), when(date)).. PK - ID. Generator to ID.
Detail table (Id(intger), Item(integer), value (string)). PK ID + Item.
Generator to Item.
Detail table (Id(intger), Item(integer), value (string)). PK ID + Item.
Generator to Item.
Thank you and sorry
about my english.
Gustavo Novaes