I have recently migrated to PB 12.5 from PB 10.5. I am facing an issue now in PB 12.5 where i try to fetch the values in Drop down which is placed on a Data window. As of today i have below code in place where i first insertrow in Data window and then establish SQLCA connection. This used to work fine in PB 10.5 but it stopped working with PB 12.5. When i debug the code and i execute the statement for establishing SQLCA connection first then insertrow it works fine with PB 12.5 but not the other way round.
dw_5.InsertRow(0)
dw_5.SetTransObject (SQLCA)
How i can resolve this issue ?