|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Saturday, May 23, 2009 1:20 AM
Points: 5,
Visits: 23
|
|
Is it possible to bind the content of a record, which is clicked in a datagridview to a existing report.
If its possible, please some code.
Thanks,
Frans
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 09, 2012 10:59 PM
Points: 230,
Visits: 870
|
|
Please expand your problem. I'm not clear with your issue
----------------------------------------------------------------------------------------------------------------------------------------------------------- Please feel free to let me know if you are not clear or I’ve misunderstood anything.
Thanks, Arunkumar S P
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Saturday, May 23, 2009 1:20 AM
Points: 5,
Visits: 23
|
|
I have a windows form where i fill in record data, these records are displayed on the second tab into a datagridview. Now i want to fill a report with the data from the record that is clicked on from that datagridview.
These reports wil be printed.
My english is not so good. I hope you understand what i mean.
Frans
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 12:11 PM
Points: 91,
Visits: 10,071
|
|
| I am assuming that you have some unique key (some kind of ID) for the record displayed in the row of datagrid. Grab it and pass it as a parameter to report.
|
|
|
|