Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for srm2010

Here I am Sending you my code ,wherein I want to have total of examfees(column),PromotionFees(column),Totalfees(column) and Balance(column).Examfees are paid in installment in my project The idea if single record is found then it doing calculation of balance=promotionfees-totlafees and if anywhere due to mistyping is value is higher then the respectively …

0
435
Member Avatar for srm2010

I am trying to update column having smallmoney datatype through datagridview and then clciking update button. I am not getting any errors but data is not updating at all.Is it becos of datatype problem?Other columns are getting updated. Can any one tell me what is a problem? Thanks in advance...

Member Avatar for nmaillet
0
65
Member Avatar for srm2010

I am working with crystal report in winform with C# using vs2008.I have one crystalreportviewer control and two reportdocument control that is associated with two seperate rpt file that loads different table. On windows form I have checkboxes as per their selection, table from .rpt file is getting displayed in …

Member Avatar for srm2010
0
136
Member Avatar for srm2010

I am getting data from sql 2008 using stored proc in crystal report in vs2008.But when I try to add stored proc in wizard for crystalreport it gives me error.it shows oledb activex designer error.

Member Avatar for thines01
0
81
Member Avatar for srm2010

In My windows application selection formula having textbox value gives error. Not recognising expression without textbox it is working fine. CrystalDecisions.CrystalReports.Engine.ReportDocument rpt; rpt = new CrystalReport6(); rpt.Load(@"H:\CrystalReportsApplication1\CrystalReportsApplication1\CrystalReport6.rpt"); // rpt.RecordSelectionFormula = "{cashtbl.stdid}=7";---working fine or //the below code gives error saying number is equired rpt.RecordSelectionFormula = "{cashtbl.stdid}='" +Convert.ToInt32(textBox2.Text) + "'"; crystalReportViewer1.ReportSource = …

Member Avatar for srm2010
0
548
Member Avatar for srm2010

I want to package and deploy windows app which has images in allimages folder,resource folder is also generated that refers to all images in my vs 2008 application.I have calc.exe in debug folder.I tried deploying using setup project that uses windows installer, when i run application some images r not …

Member Avatar for codeorder
0
143
Member Avatar for srm2010

I am opening windows calculator in my MDI windows application and it gets open through a child form which is a part of mdi form.I am not able to close the windows calc even when my form gets closed. code: [CODE]System.Diagnostics.Process p = null; public bool calcinstance() { if (p …

Member Avatar for skatamatic
0
457
Member Avatar for srm2010

Hello there, I am using winform for printing a receipt created in vs2008.I have buttons that is printing my receipt.I have used pagesetupdialog,printdialog etc in my form programatically.What I want is to have icons of these controls which I have used the way they are availale in msword.I have got …

Member Avatar for Netcode
0
114
Member Avatar for srm2010

I have a form which has certain data coming from database in to textboxes i want this form to print.while printing the textboxes are seen as a boxes,I want that shld not display as boxes but as lines i tried to change borderstyle to none but then it displays blank …

Member Avatar for kvprajapati
0
79
Member Avatar for srm2010

Working with crystlreport in vs2008 ,have created two paramers fields using designer and also generated formula in formula editor : [COLOR="Green"]{cashtbl.StdID} = {?stdid} or{cashtbl.ExamId} = {?examid}[/COLOR] I have written code on buttonclick events to see values as per stdid or examid parametrfields mapped it with two textboxes,from cashtbl the code …

Member Avatar for skatamatic
-1
128
Member Avatar for srm2010

I have Sql2008 enterprise edition and want to install on windows 7 ultimate edition,it is giving error for version compability.what is required to do?

Member Avatar for BitBlt
0
55
Member Avatar for srm2010

Hi I have a datagridview in my winform application and I have 2events related to it. one is [COLOR="red"]Cellformatting[/COLOR] which is formatting a row in datagridview as per different values. and another is [COLOR="red"]UserdeletedRow[/COLOR] event which allows to delete a particular row. but there is a conflict as I have …

Member Avatar for srm2010
0
183
Member Avatar for srm2010

I am working with an MDI application. I have three forms where in Form1 is MDIParent form.From this MDIParent form another form FOrm2 is getting open which remains within the bounds if mdiparent window.Form2 has a button, when clicked opens Form3 which I want it to get open as child …

Member Avatar for bhagawatshinde
0
116
Member Avatar for srm2010

I have an Mdiform which with help of menustrip opens Form1. From this form(Form1) I open another form i.e Form2.which I want also to be a part of my mdiform I created property of mdiform and mapped it in my form2 when it loads.but still it does not become a …

Member Avatar for Pgmer
0
197
Member Avatar for srm2010

I tried to do async webservice(Helloworld) call using windows application 3.5 using delegate AsyncCallback but the problem was I could not get any BeginInvoke(BeginHelloworld) or EndInvoke(EndHelloworld) methods in intellisense.I did use proper namespace and required interface ,IAsyncResult but It gives me complie time error.what exactly I require to do, to …

Member Avatar for Unhnd_Exception
0
112