devxlogo

Deleting Datawindow Columns

Deleting Datawindow Columns

Question:
I am using a data store that has 13 columns with data in them. I want to destroy five of them. I know that there is a PB command to do this:

 dw_object.Modify("Destroy column colname") 

I cannot get this syntax to work. The return code is good for the modify statement but when I do a column count after the 5 modify statement there are still 13 columns; there should only be 8. Why won’t it work?

Answer:
This is because you are only destroying the visual representation of the data. The underlying result set is still the same as when the datawindow was generated.

The only way to achieve this is to rebuild the datawindow at runtime. Take a look at the syntax from SQL command.

See also  Why ChatGPT Is So Important Today
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist