Hi!
Hope someone can give me some advice. I have an application that provides reports (as you do).
The report datawindow pops up and displays the results. The datawindow has been created via a SQL stored procedure. There is NO selectable fields. but has X rows and X columns.
What I did was, within the clicked() event, I added code to figure out which row and colum the user has clicked on, and then copied that value into clipboard. Great!
However, I want to fool the user. I want to imitate the current copy/paste used by windows etc. That is for the user to highlight the word, even though it is already "copied" on the click. Is this possible? without changing the report window itself?
thanks.
Hope someone can give me some advice. I have an application that provides reports (as you do).
The report datawindow pops up and displays the results. The datawindow has been created via a SQL stored procedure. There is NO selectable fields. but has X rows and X columns.
What I did was, within the clicked() event, I added code to figure out which row and colum the user has clicked on, and then copied that value into clipboard. Great!
However, I want to fool the user. I want to imitate the current copy/paste used by windows etc. That is for the user to highlight the word, even though it is already "copied" on the click. Is this possible? without changing the report window itself?
thanks.