Subject | Re: [IBO] Generator and IBQuery |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-11-20T16:58:54Z |
Hi Lee,
[MyTable.]MyField=MyGenerator
You can enter more than one line if there are more fields in
MyTable that you want to feed from a generator.
If you need an increment other than +1, use method GeneratorValue
in an AfterInsert handler instead.
Greetings,
Paul Vinkenoog
> Is there a way similar to IBX to retrieve a generator valueYou can set GeneratorLinks of your dataset, e.g. like this:
> automatically with the IBODataset?
[MyTable.]MyField=MyGenerator
You can enter more than one line if there are more fields in
MyTable that you want to feed from a generator.
If you need an increment other than +1, use method GeneratorValue
in an AfterInsert handler instead.
Greetings,
Paul Vinkenoog