Subject RE: [IBO] Generator Links at post???
Author Jason Wharton
> With IBX you can setup a IBDataset for the generator asociation with a
> field be passed at the new or post event, when you setup a
> GeneratorLink at IBO this is always passed when a new record is edited
> in the Dataset, any way to can setup this at the post event
> like IBX???

Not likely. There is nothing to gain from a feature like this.

Are you worried you will run out of generator values? They are 64 bit so
its not likely.

You should NOT be attempting to maintain an unbroken series of ID values
doing it this way. You must do this properly. IF there is a rollback or an
exception at Post you still stand to lose the generator value.

Jason