Subject GeneratorLinks
Author rodbracher
I have a generator called collect_gen.
In my local tibotable collect.generatorLinks : collect = collect_gen
(collect is a table and has a collect field with a unique number)

This works 100%. But when I try to assign the generator at the
tibodatabase level (db.generatorlinks : collect.collect = collect_gen)
It does not assign a value to the field.

This would be useful if I had many tibotables \ querys using collect.
Can this be done? I know it works for defaultvalues and
columnattributes at the tibodatabase level.

Thanks

Rod