Hello,
PB 2019 R3
What's the order of objects (columns) fetched while executing dw_1.Describe("Datawindow.Objects") ?
We have a generic routine that reads and displays all columns in a datawindow by executing the describe command. That lists all columns, but not in the order that we expect. One of our Customers wants it to list columns in a particular order.
The order of objects is not in the Select <column> order, not listed as in Column Specifications order. Would like to know in which order the command lists the columns order ?
1. Is there any way to change the list order of columns?
2. Or any other way that I can read all columns list in a datawindow?
Happiness Always
BKR Sivaprakash
With column.count loop, it worked to our expectation in our initial test. The best thing is that we could control the order of the columns in our select statement.
Hope it will solve this issue.