girls3dog1
Programmer
I have added a command button (one for each column) to the heading of a datawindow object and selected the Action property to be "Userdefined". Is it true that the script for the button would reside in the "buttonclicked" event of the datawindow? If so, can I then use the Getcolumnname method within the "buttonclicked" event to determine which column header button was clicked? I tried this but it did not pick up the column name and I don't know why.