Subject Re: [IBO] Generator and IBQuery
Author Paul Vinkenoog
Hello 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

> I don't know, but should the example above have the dot after
> the closing bracket?

No, because I used the brackets to indicate that naming the table
is optional (well, in most cases). You shouldn't include those
brackets in your GeneratorLinks. Sorry if this was unclear.

So the form is either

MyTable.MyField=MyGenerator

or

MyField=MyGenerator


Greetings,
Paul Vinkenoog