Hi all,
Update: this is an example of the code used to build our dynamic dw.
// SQLCA.DBMS = "OLE DB"
ls_select = "Select EmpresCod, SucursCod, ClientVtasCod, ClientVtasNomb From ClientesVentas"
ls_estilo = 'Style ( Type = Tabular Horizontal_Spread = 20 Vertical_Spread = 25 ) ' + &
'Datawindow ( Color = ' + String ( RGB ( 255 , 255 , 255 ) ) + ' ) ' + &
' Column ( Font.Face = "Ms Sans Serif" Font.Height = -8 Font.Weight = 400 ' + &
' Border = 0 Color = ' + String ( RGB ( 0 , 0 , 0 ) ) + &
' Background.Mode = 1 Background.Color = ' + String ( RGB ( 255 , 255 , 255 ) ) + ' ) ' + 'Text ( Font.Face= "Ms Sans Serif" Font.Height = -8 Border = 6 Color = ' + String ( RGB ( 0 , 0 , 0 ) ) + ' Background.Mode = 0 Background.Color = ' + String ( RGB ( 255 , 255 , 255 ) ) + ' ) '
ls_sintaxis = SQLCA.SyntaxFromSQL ( ls_select , ls_estilo, ls_errores )
Update 2: attached there is an image comparing the results of running this snippet in 3 different versions of PowerBuilder. You can see there that PB 9 = PB 11.5 and the difference occurs in PB2017.
Greetings !!!
_______________
Julián Tagarro
NeoSistemas SRL