Subject Re: [IBO] Generator and IBQuery
Author Paul Vinkenoog
Hi Lee,

> Is there a way similar to IBX to retrieve a generator value
> automatically with the IBODataset?

You can set GeneratorLinks of your dataset, e.g. like this:

[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