Click here to Skip to main content
15,895,799 members

Comments by azteca_04 (Top 15 by date)

azteca_04 9-Jan-15 16:01pm View    
Tks for the replys and help, sorry for the delay been busy,

i try saving onto an array the result from each regular combobox and it does do the sum currectly only problem is that i have combobox to actomatacly start at index 0 but that would give me an automatic sum and i dont want that.

switch (comboBox5.SelectedIndex)
{
case 0:
cntbth[0] = 10;
break;
case 1:
cntbth[0] = 5;
break;
case 2:
cntbth[0] = 0;
break;
}

label13.Text = cntbth.Sum().ToString();
azteca_04 19-Jun-14 17:09pm View    
Sorry, you right i forgot to put the code
azteca_04 24-Jan-13 18:32pm View    
i get this error: File format is not valid.
azteca_04 24-Jan-13 0:10am View    
thanks for the response, but is there a funtion or class that does this? since i would be pulling the rtf from mysql and trying to displayed it in richtextbox and crystalreport
azteca_04 27-Dec-12 11:22am View    
it not what im looking for, in my project i have the application and the setup (2 projects in one) and it works fine, but when i install it does not install the crystalreports, (what im saying is that the application runs fine and everything but when i click to see the report a get a message that i dont have the crystal report isntall)

and i want to install same time as my application