Click here to Skip to main content
15,894,054 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# variables with variabel part Pin
Larantz3-May-06 10:42
Larantz3-May-06 10:42 
GeneralRe: C# variables with variabel part Pin
JelleM3-May-06 10:55
JelleM3-May-06 10:55 
GeneralRe: C# variables with variabel part Pin
Larantz4-May-06 7:55
Larantz4-May-06 7:55 
GeneralRe: C# variables with variabel part Pin
Larantz4-May-06 9:54
Larantz4-May-06 9:54 
QuestionHovering Mouse Pin
IceWater422-May-06 8:24
IceWater422-May-06 8:24 
AnswerRe: Hovering Mouse Pin
Pablo Hernandez Valdes2-May-06 8:40
Pablo Hernandez Valdes2-May-06 8:40 
GeneralRe: Hovering Mouse Pin
IceWater422-May-06 12:24
IceWater422-May-06 12:24 
Questionhow to SetParameterValue to crystal sub-report using c# Pin
shabonaa2-May-06 8:01
shabonaa2-May-06 8:01 
i have a report that has 2 sub-reports each take one parameter (@srvtel)
cust_history  -------> @servtel
         . maint    --------> @servtel
         . pacakage --------> @servtel

i set the parameters using this code
cust_history rptcust=new cust_history();
rptcust.SetParameterValue("@servtel",t1.Text);
rptcust.SetParameterValue("@servtel",t1.Text,"maint");
rptcust.SetParameterValue("@servtel",t1.Text,"pacakage");

when i try to open the report it gives me this message: index was outside the bound of the array
this problem accoure due to the lines concerning the sub-report when i romved them and tring to open the report it shows me a window requesting this 2 parameters i gave them to it and it is opened. so how can i set the paramters for sub report
QuestionBacking up my source Pin
Tom Wright2-May-06 7:16
Tom Wright2-May-06 7:16 
QuestionReports using Business Object in C# Pin
Neel072-May-06 6:54
Neel072-May-06 6:54 
AnswerRe: Reports using Business Object in C# Pin
shabonaa2-May-06 8:46
shabonaa2-May-06 8:46 
QuestionForm flicks when resize on Timer_Tick Pin
freshonlineMax2-May-06 6:49
freshonlineMax2-May-06 6:49 
AnswerRe: Form flicks when resize on Timer_Tick Pin
CWIZO2-May-06 8:42
CWIZO2-May-06 8:42 
QuestionObject Reference Error while accessing a treenode from a context menu event Pin
Jonathen Scalet2-May-06 5:57
Jonathen Scalet2-May-06 5:57 
AnswerRe: Object Reference Error while accessing a treenode from a context menu event Pin
Judah Gabriel Himango2-May-06 6:03
sponsorJudah Gabriel Himango2-May-06 6:03 
GeneralRe: Object Reference Error while accessing a treenode from a context menu event Pin
J0nScalet2-May-06 6:14
J0nScalet2-May-06 6:14 
GeneralRe: Object Reference Error while accessing a treenode from a context menu event Pin
Judah Gabriel Himango2-May-06 6:33
sponsorJudah Gabriel Himango2-May-06 6:33 
Questionvedio and powerpoint Pin
walaa ibraheem2-May-06 5:26
walaa ibraheem2-May-06 5:26 
AnswerRe: vedio and powerpoint Pin
Judah Gabriel Himango2-May-06 5:55
sponsorJudah Gabriel Himango2-May-06 5:55 
QuestionRefactoring question (performance) Pin
gantww2-May-06 5:25
gantww2-May-06 5:25 
AnswerRe: Refactoring question (performance) Pin
Judah Gabriel Himango2-May-06 6:01
sponsorJudah Gabriel Himango2-May-06 6:01 
AnswerRe: Refactoring question (performance) Pin
Josh Smith2-May-06 7:32
Josh Smith2-May-06 7:32 
GeneralRe: Refactoring question (performance) Pin
gantww2-May-06 8:02
gantww2-May-06 8:02 
QuestionFire a generic event on enter of item on a tab control page Pin
oracleConvert2-May-06 5:00
oracleConvert2-May-06 5:00 
AnswerRe: Fire a generic event on enter of item on a tab control page Pin
Josh Smith2-May-06 5:04
Josh Smith2-May-06 5:04 

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.