An easy one - ReportControl / Clipboard |
Post Reply |
Author | |
dlord
Newbie Joined: 25 October 2004 Location: United States Status: Offline Points: 25 |
Post Options
Thanks(0)
Posted: 02 January 2005 at 9:17pm |
I spent an hour or so looking for a way to do a clipboard Copy of a selected row in the ReportControl. So, I figured this might be easier for someone else. I've got the right-click and row selected working...... But, I wasn't able to find something like.... Clipboard.SetText = wndReportControl.FocusedRow.Record.Text I'm looking for a method that contains the 'entire' value of the displayed row that I can pass to another control, such as the clipboard. Any thoughts..
|
|
dlord
Newbie Joined: 25 October 2004 Location: United States Status: Offline Points: 25 |
Post Options
Thanks(0)
|
Issue #: 3389 Subject: Suite ActiveX - ReportControl / Clipboard Status: Open Feature Request Issue Type: Xtreme Suite Professional Active-X Priority: Low Submitted By: dlordon 04 Jan 2005 Assigned To: Stowell, Kirk on 04 Jan 2005 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Private Sub wndReportControl_RowRClick(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem) If (Not Row.GroupRow) Then |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |