Hi,
with getObject() I can specify the field of the table, by name and by the number of the column.
But... how can I refer by name to a column that it has a lot of alias?
I tried with getObject("") but it didn't work
Any ideas?
Printable View
Hi,
with getObject() I can specify the field of the table, by name and by the number of the column.
But... how can I refer by name to a column that it has a lot of alias?
I tried with getObject("") but it didn't work
Any ideas?
Did you try with alias?
haha yes
use alias for each column, and call them by alias
;)