In Powerbuilder, I need to show the names of the columns of a crosstab datawindows
//Click en el boton
dw_fichas_datos.settransobject(sqlcd)
dw_fichas_datos.retrieve()
dw_fichas_datos.object.datawindow.crosstab.staticmode='Yes';
In the visual datawindows it shows me correctly:
But when exporting it to a flat file, the names of the columns do not appear, any ideas?