Go to Parentis there anyone who can provide me the code?
mjawadkhatri
Posts
-
Decimal MEID to hexadecimal -
Decimal MEID to hexadecimalis there anyone who can provide me the code?
-
Decimal MEID to hexadecimalHi Experts.. Is there any way, I can convert Decimal (18 Digit) MEID to hexadecimal? Thanks
-
Report ParameterHello I develop a simple desktop application of sales management. In my application in shipment report have 4 parameter Report View by Invoice Date Buyer Product I used ratio button in form so user can chose only one parameter at a time to view report now i want to use check boxes user can chose multiple parameter use at a time to view report Can you please suggest me how i can do this in short coding Hope I clear my query Thanks
-
LOAD REPORT FAILMy this Code Working Fine
NomanInternational.Reports.PartyStatementRpt psrpt = new NomanInternational.Reports.PartyStatementRpt(); DateTime start = Convert.ToDateTime(txtdateto.Text); DateTime end = Convert.ToDateTime(txtdatefrom.Text); crystalReportViewer1.ReportSource = psrpt; crystalReportViewer1.SelectionFormula = "{OB.heads}='" + Heads.Text + "' and {Recive.trans_date}>=#" + start.ToShortDateString() + "# and {Recive.trans_date}<=#" + end.ToShortDateString() + "# ";
but when i insert this lineCrystalDecisions.CrystalReports.Engine.TextObject to = (CrystalDecisions.CrystalReports.Engine.TextObject)psrpt.ReportDefinition.Sections["GroupHeaderSection1"].ReportObjects["Text13"]; to.Text = Obcr.Text;
Reports show error "Load Report Failed" Please Help Me -
LOAD REPORT FAILhello i face a error when i view report, some time this code is working fine bt some time give me error "LOAD REPORT FAIL" i use blow code please check my code and give me suggestion,
private void BtnGenrate_Click(object sender, EventArgs e) { NomanInternational.Reports.PartyStatementRpt psrpt = new NomanInternational.Reports.PartyStatementRpt(); DateTime start = Convert.ToDateTime(txtdateto.Text); DateTime end = Convert.ToDateTime(txtdatefrom.Text); crystalReportViewer1.ReportSource = psrpt; crystalReportViewer1.SelectionFormula = "{OB.heads}='" + Heads.Text + "' and {Recive.trans_date}>=#" + start.ToShortDateString() + "# and {Recive.trans_date}<=#" + end.ToShortDateString() + "# "; CrystalDecisions.CrystalReports.Engine.TextObject to = (CrystalDecisions.CrystalReports.Engine.TextObject)psrpt.ReportDefinition.Sections["Section1"].ReportObjects["Text12"]; to.Text = txtdateto.Text; }
-
Text break into two parthi, i am beginner in c#, i need tour help, i want two break textbox text in two part For example textbox1.text = "ABT-001" ABT-001 break into "ABT-00" and "1" textbox2.text = "ABT-00" and textbox3.text="1" Hope you understand by question Thanks
-
INSERT QUERY NOT WORKINGYes I am Using SQL Server 2005 and i need to insert date in dd/mm/yyyy format how it possible please help me
-
INSERT QUERY NOT WORKINGi am Using SQL Msg 195, Level 15, State 10, Line 1 'TO_DATE' is not a recognized built-in function name.
-
INSERT QUERY NOT WORKINGi am Using SQL 2005 Msg 195, Level 15, State 10, Line 1 'TO_DATE' is not a recognized built-in function name.
-
INSERT QUERY NOT WORKINGplease help.... this query is not working.. please tell me ERROR INSERT INTO test Values(TO_DATE('12/23/2010','dd/mm/yyyy')) Thnaks In Advance
-
Date Formati need to insert date in Sql Server 2005 as DD/MM/yy how i can do this?? please Tell Me Thanks In Advance
-
Date FormatHow to change date format in c# i need dd/mm/yy i am using Vs 2008 And SQL Server 2005 Please Help Me thanks in advance
-
Data not InsertSame Error :(
-
Data not InsertHi, When I Insert data in my Access Database show error i use this query INSERT INTO trans (date,heads,debit,credit,descp) Values('2/8/2010','Jawad','0','9000','UNWASHD') Table Trans Feild....................Datatype id......................AutoNumber Date....................Datetime Heads...................text debit...................number credit..................number descp...................text ERROR "SYNTAX ERROR IN INSERT INTO STATEMENT " Plz Help Me
Jawad Khatri
-
Need HelpHi. please tell me my mistake in blow code,code not return any value.. please help string query2 = "select sum(amount) Total from pur_inv_dtl where inv_id = '" + IdTxt.Text + "'"; SqlCommand cmd2 = new SqlCommand(query2, conn); try { conn.Open(); SqlDataReader sdr = cmd2.ExecuteReader(); while (sdr.Read()) { Gtotal.Text = sdr["Total"].ToString(); } } finally { conn.Close(); }
-
Multiply two fieldThanks Sir
-
Multiply two fieldHow to multiply two field value ?? Like i Have a table prod........dept..qty..rate..date mouse.......abc...10...20....5/1/2010 monitor.....xyz...5....10....5/2/2010 mouse.......abc...12...20....5/3/2010 monitor.....xyz...15...10....5/4/2010 Keyboard....abc...20....8....5/5/2010 now i want to show my record like Dept.........(QTY*Rate) abc...........600 xyz...........200 Thanks In Advance Jawad Khatri
-
SQL QUERY PROBLEM..Thanks
-
SQL QUERY PROBLEM..yes all record of productid=777 and productid=778