Click here to Skip to main content
15,918,275 members
Home / Discussions / Database
   

Database

 
AnswerRe: Finding a date between two dates.. [really urgent] Pin
Colin Angus Mackay20-Nov-06 23:19
Colin Angus Mackay20-Nov-06 23:19 
GeneralRe: Finding a date between two dates.. [really urgent] Pin
kkadir20-Nov-06 23:36
kkadir20-Nov-06 23:36 
GeneralRe: Finding a date between two dates.. [really urgent] Pin
Tarakeshwar Reddy20-Nov-06 23:58
professionalTarakeshwar Reddy20-Nov-06 23:58 
GeneralRe: Finding a date between two dates.. [really urgent] Pin
Colin Angus Mackay21-Nov-06 0:09
Colin Angus Mackay21-Nov-06 0:09 
GeneralRe: Finding a date between two dates.. [really urgent] Pin
Paul Conrad21-Nov-06 20:26
professionalPaul Conrad21-Nov-06 20:26 
Questionregistration for local mac. Pin
Shriya Kapoor20-Nov-06 20:16
Shriya Kapoor20-Nov-06 20:16 
AnswerRe: registration for local mac. Pin
Leah_Garrett21-Nov-06 18:42
Leah_Garrett21-Nov-06 18:42 
Questionmaximum number of subreports in a single report? Pin
steve_rm20-Nov-06 20:11
steve_rm20-Nov-06 20:11 
Hello,

I am using a report that has 2 subreports and when I create a 3rd it does not display any data on the form where they should be in the other 2 subreports.

My code is below.

I if take 1 subreport off and leave the other 2 then the report will display the data. but if i add another one then it displays nothing in the other 2 subreports.

I have used typed dataset. I don't have any groups, and deleted the links in the database expert of the report.


<br />
 report.Load(Application.StartupPath & "/rptJobSheet5.rpt")<br />
<br />
            report.SetDataSource(DS_JobSheet2)<br />
            report.Subreports.Item(0).SetDataSource(DS_JobSheet2.Tables("IncidentTask"))<br />
            report.Subreports.Item(1).SetDataSource(DS_JobSheet2.Tables("Supportcontracts"))<br />
            report.Subreports.Item(2).SetDataSource(DS_JobSheet2.Tables("Client"))<br />
<br />
            Me.CrystalReportViewer1.ReportSource = report<br />


Another quick question:
item(0) what name would this be in the properties of the subreport. I create the subreport using the wizard and have called it Client. but if i do this item("client") it shows an error. Also I have tried changing the name to this in the subreport properites | name. Should I use the index of the name property.

Thanks in advance,

Steve
QuestionQuery to rename colunm Pin
xoxoxoxoxoxox20-Nov-06 14:10
xoxoxoxoxoxox20-Nov-06 14:10 
AnswerRe: Query to rename colunm Pin
Rob Graham20-Nov-06 14:15
Rob Graham20-Nov-06 14:15 
GeneralRe: Query to rename colunm Pin
xoxoxoxoxoxox21-Nov-06 5:30
xoxoxoxoxoxox21-Nov-06 5:30 
GeneralRe: Query to rename colunm Pin
Rob Graham21-Nov-06 5:47
Rob Graham21-Nov-06 5:47 
GeneralRe: Query to rename colunm Pin
Paul Conrad21-Nov-06 20:23
professionalPaul Conrad21-Nov-06 20:23 
QuestionDelete and effects thereof Pin
Tim Carmichael20-Nov-06 7:54
Tim Carmichael20-Nov-06 7:54 
AnswerRe: Delete and effects thereof Pin
Rob Graham20-Nov-06 10:59
Rob Graham20-Nov-06 10:59 
GeneralRe: Delete and effects thereof Pin
Tim Carmichael21-Nov-06 7:44
Tim Carmichael21-Nov-06 7:44 
GeneralRe: Delete and effects thereof Pin
Rob Graham21-Nov-06 11:17
Rob Graham21-Nov-06 11:17 
GeneralRe: Delete and effects thereof Pin
Tim Carmichael22-Nov-06 2:44
Tim Carmichael22-Nov-06 2:44 
AnswerRe: Delete and effects thereof Pin
Rob Graham20-Nov-06 13:01
Rob Graham20-Nov-06 13:01 
GeneralRe: Delete and effects thereof Pin
Tim Carmichael21-Nov-06 7:46
Tim Carmichael21-Nov-06 7:46 
GeneralRe: Delete and effects thereof Pin
Pete O'Hanlon21-Nov-06 9:43
mvePete O'Hanlon21-Nov-06 9:43 
AnswerRe: Delete and effects thereof Pin
Eric Dahlvang21-Nov-06 10:33
Eric Dahlvang21-Nov-06 10:33 
QuestionData Storage from SP Pin
Dayekh20-Nov-06 5:15
Dayekh20-Nov-06 5:15 
AnswerRe: Data Storage from SP Pin
Colin Angus Mackay20-Nov-06 5:30
Colin Angus Mackay20-Nov-06 5:30 
GeneralRe: Data Storage from SP Pin
Dayekh20-Nov-06 5:46
Dayekh20-Nov-06 5:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.