Subject | Re: [IBO] Generator and IBQuery |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-11-20T20:14:09Z |
Hello Lee,
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
>>> Is there a way similar to IBX to retrieve a generator valueNo, because I used the brackets to indicate that naming the table
>>> 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?
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