Click here to Skip to main content
15,913,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DateTimePicker question Pin
Dave Kreskowiak21-May-09 6:40
mveDave Kreskowiak21-May-09 6:40 
QuestionLoading image dynamically in crystal report Pin
Ovais Memon21-May-09 0:09
Ovais Memon21-May-09 0:09 
AnswerRe: Loading image dynamically in crystal report Pin
Kschuler26-May-09 7:57
Kschuler26-May-09 7:57 
QuestionSend SMS from a VB6 application. Pin
she-Developer20-May-09 23:31
she-Developer20-May-09 23:31 
AnswerRe: Send SMS from a VB6 application. Pin
EliottA21-May-09 3:03
EliottA21-May-09 3:03 
QuestionCyrstal Reports subreport Section hiding Pin
jinxster20-May-09 23:07
professionaljinxster20-May-09 23:07 
AnswerRe: Cyrstal Reports subreport Section hiding Pin
David Mujica21-May-09 3:13
David Mujica21-May-09 3:13 
GeneralRe: Cyrstal Reports subreport Section hiding Pin
jinxster21-May-09 5:53
professionaljinxster21-May-09 5:53 
Hi David,

Thank you for your reply.

Ok the reason you dont see it is becuase maybe my brain is on overload and I posted the section it populates the dataset. The reason being is I thought maybe it could be done there somewhere. But on second thought it cant be done there.

A short sample:

If dsCVForClient.dtPersonalDetails(0).ComputerPackages = "" Then rpt.DetailSection49.SectionFormat.EnableSuppress = True

If dsCVForClient.dtInHouseOtherCourses.Count = 0 Then rpt.DetailSection50.SectionFormat.EnableSuppress = True


To get to the subreport, i used:

rpt.Subreports(0).ReportDefinition.Sections(5).SectionFormat.EnableSuppress = True

But it led to the seciont being suppressed for all the records in the subreport.

The personaldetails will only ever have 1 record for this report, but the subreports could have anything from 0 to 100 records.
GeneralRe: Cyrstal Reports subreport Section hiding Pin
David Mujica21-May-09 6:01
David Mujica21-May-09 6:01 
GeneralRe: Cyrstal Reports subreport Section hiding Pin
jinxster21-May-09 6:25
professionaljinxster21-May-09 6:25 
GeneralRe: Cyrstal Reports subreport Section hiding Pin
David Mujica21-May-09 6:29
David Mujica21-May-09 6:29 
GeneralRe: Cyrstal Reports subreport Section hiding Pin
jinxster21-May-09 6:45
professionaljinxster21-May-09 6:45 
AnswerHow are you interacting with Crystal ? Pin
David Mujica21-May-09 8:13
David Mujica21-May-09 8:13 
GeneralRe: How are you interacting with Crystal ? Pin
jinxster21-May-09 18:46
professionaljinxster21-May-09 18:46 
GeneralRe: How are you interacting with Crystal ? Pin
David Mujica22-May-09 3:49
David Mujica22-May-09 3:49 
GeneralRe: How are you interacting with Crystal ? Pin
jinxster22-May-09 18:53
professionaljinxster22-May-09 18:53 
GeneralGreat accomplishment Pin
David Mujica26-May-09 2:32
David Mujica26-May-09 2:32 
QuestionCustome User Control wont work Pin
binjafar20-May-09 22:03
binjafar20-May-09 22:03 
AnswerRe: Custome User Control wont work Pin
Henry Minute21-May-09 1:56
Henry Minute21-May-09 1:56 
QuestionMdi inside Mdi Pin
Samir Ibrahim20-May-09 20:29
Samir Ibrahim20-May-09 20:29 
AnswerRe: Mdi inside Mdi Pin
Henry Minute21-May-09 1:54
Henry Minute21-May-09 1:54 
GeneralRe: Mdi inside Mdi Pin
Samir Ibrahim21-May-09 3:11
Samir Ibrahim21-May-09 3:11 
GeneralRe: Mdi inside Mdi Pin
Henry Minute21-May-09 6:38
Henry Minute21-May-09 6:38 
GeneralRe: Mdi inside Mdi Pin
Samir Ibrahim21-May-09 7:09
Samir Ibrahim21-May-09 7:09 
GeneralRe: Mdi inside Mdi Pin
Henry Minute21-May-09 7:17
Henry Minute21-May-09 7:17 

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.