Click here to Skip to main content
16,006,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to runtime modify datasource of crystal report Pin
Ali 11016-Jan-09 20:41
Ali 11016-Jan-09 20:41 
AnswerRe: How to runtime modify datasource of crystal report Pin
Wendelius16-Jan-09 23:39
mentorWendelius16-Jan-09 23:39 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 0:00
Ali 11017-Jan-09 0:00 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 0:28
mentorWendelius17-Jan-09 0:28 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 0:30
Ali 11017-Jan-09 0:30 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 0:46
mentorWendelius17-Jan-09 0:46 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 1:08
Ali 11017-Jan-09 1:08 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 1:30
mentorWendelius17-Jan-09 1:30 
Not sure about this, but it seems that the main report and the subreport are connected so the subreport is linked to the data in the main report datasource. Try if you can break the subreport connection (or link) in the designer with linking expert.

Another approach could be that you set and refresh both datasources (for the main report and the subreport):
...
rpt.Subreports(0).SetDataSource(ds)
rpt.SetDataSource(someOtherDs)
...


The need to optimize rises from a bad design.My articles[^]

GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 2:54
Ali 11017-Jan-09 2:54 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 4:07
mentorWendelius17-Jan-09 4:07 
GeneralIE Toolbar Pin
AbhiPostoffice16-Jan-09 17:03
AbhiPostoffice16-Jan-09 17:03 
AnswerRe: IE Toolbar Pin
Guffa16-Jan-09 23:58
Guffa16-Jan-09 23:58 
GeneralRe: IE Toolbar Pin
Eddy Vluggen18-Jan-09 0:31
professionalEddy Vluggen18-Jan-09 0:31 
QuestionDisable remove/repair dialog Pin
stardust161116-Jan-09 12:05
stardust161116-Jan-09 12:05 
AnswerRe: Disable remove/repair dialog Pin
Colin Angus Mackay16-Jan-09 15:19
Colin Angus Mackay16-Jan-09 15:19 
GeneralRe: Disable remove/repair dialog Pin
stardust161116-Jan-09 20:40
stardust161116-Jan-09 20:40 
GeneralRe: Disable remove/repair dialog Pin
stardust161117-Jan-09 2:25
stardust161117-Jan-09 2:25 
QuestionAutomatic Scaling Container Control Pin
Cory Kimble16-Jan-09 7:09
Cory Kimble16-Jan-09 7:09 
AnswerRe: Automatic Scaling Container Control Pin
Jon Rista16-Jan-09 15:45
Jon Rista16-Jan-09 15:45 
QuestionCreateKey returned 6 Pin
subramanyeswari15-Jan-09 21:09
subramanyeswari15-Jan-09 21:09 
AnswerRe: CreateKey returned 6 Pin
Dave Kreskowiak16-Jan-09 0:53
mveDave Kreskowiak16-Jan-09 0:53 
QuestionConnecting to SQL Server Compact using VB.Net Pin
carrigart15-Jan-09 19:45
carrigart15-Jan-09 19:45 
AnswerRe: Connecting to SQL Server Compact using VB.Net Pin
Colin Angus Mackay15-Jan-09 21:36
Colin Angus Mackay15-Jan-09 21:36 
AnswerRe: Connecting to SQL Server Compact using VB.Net Pin
Kizza00715-Jan-09 23:29
Kizza00715-Jan-09 23:29 
GeneralRe: Connecting to SQL Server Compact using VB.Net Pin
carrigart16-Jan-09 16:42
carrigart16-Jan-09 16:42 

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.