I try to create columns dynamically in table windows.
Therefore I created a general window class with the attributes and a column class for each datatype (because of missing datatype parameter in SalTblCreateColumnFromClass).
To set individuall attributes there are differnt functions clled by late bound to overwrite the base attributes.
This results in the error "Unable to locate corretc late bound function, should use fully qualified late bound call".
please see sample. Any idea what's wrong?
How do I set fully qualified late bound?
I hope it's my fault and no TD error

Thanks in advance
Matthias