By embedding column metadata in the column alias of a query, I can retreive the column title, alignment, width and font at run time... but that is in a different world!
Could I do this with B4J? then I could reuse the same code for every tableview...
Could I do this with B4J? then I could reuse the same code for every tableview...
SELECT lastname || ',' || firstname "<CS Name A=L, W=140, F=3>",
subs "<CS Subscription A=R, W=40, F=3>",
renewdate "<CS Due_Date A=C, W=70, F=3>"
FROM PEOPLE