Click here to Skip to main content
16,012,352 members

Comments by SelfCom (Top 5 by date)

SelfCom 13-May-14 0:27am View    
Very easy...
The whole 1 day I passed to find its solution. It is a very minor thing, but sometimes not easily getting actual way.

Thank you very much. I was trying to get parent-child index number. But forget it.
My query is solved.
SelfCom 1-May-14 8:45am View    
I am not getting clearly. Please explain . . . .

I have a table "TestReport" with as below fields :

TestNo - integer
PatientName - String
Add - String
..
..
..
..


i want to show specific TestNo report.

i have write : " select * from TestReport " in DataSet TableAdapter.

Made RDLC report on this tableadapter. It shows all records.

I want to show record of TestNo = 2

How can I set report parameter with TestNo field ?
SelfCom 1-May-14 2:02am View    
Please tell the steps how to do...?

Will I have to write adapter on query base like "Select * from TestReport where TestNo=@TestNo"

How...?
Please reply...
SelfCom 29-Apr-14 8:02am View    
I have a table "TestReport" with as below fields :

TestNo - integer
PatientName - String
Add - String
..
..
..
..


i want to show specific TestNo report.

i have write : " select * from TestReport " in DataSet TableAdapter.

Made RDLC report on this tableadapter. It shows all records.

I want to show record of TestNo = 2

How can I set report parameter with TestNo field ?
SelfCom 24-Apr-14 7:18am View    
how is it work on my different names textboxes ?

Textboxes are bounded datatable