Hi all,
I have a a datawindow called eg dw_data1 and this shows 3 columns of data and an invisible column containing IDs.
I have a window called w_report_viewer which holds my w_data1.
There is a save button that saves the data to an excel file, and the problem is, when the user presses save, it saves all the data in the data window, EVEN the invisible column of data which is not desirable. How can i go around this?
Is there a way to save only a selection of columns? is there a way to delete the column into a temp window or something then put it back after the save is completed/failed/cancelled?
My knowledge of pb is a bit limited, using existing code at the moment. please help. thank you.
I have a a datawindow called eg dw_data1 and this shows 3 columns of data and an invisible column containing IDs.
I have a window called w_report_viewer which holds my w_data1.
There is a save button that saves the data to an excel file, and the problem is, when the user presses save, it saves all the data in the data window, EVEN the invisible column of data which is not desirable. How can i go around this?
Is there a way to save only a selection of columns? is there a way to delete the column into a temp window or something then put it back after the save is completed/failed/cancelled?
My knowledge of pb is a bit limited, using existing code at the moment. please help. thank you.