Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

mjawadkhatri

@mjawadkhatri
About
Posts
135
Topics
63
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Decimal MEID to hexadecimal
    M mjawadkhatri

    Go to Parentis there anyone who can provide me the code?

    C# question

  • Decimal MEID to hexadecimal
    M mjawadkhatri

    is there anyone who can provide me the code?

    C# question

  • Decimal MEID to hexadecimal
    M mjawadkhatri

    Hi Experts.. Is there any way, I can convert Decimal (18 Digit) MEID to hexadecimal? Thanks

    C# question

  • Report Parameter
    M mjawadkhatri

    Hello 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

    C# database sales

  • LOAD REPORT FAIL
    M mjawadkhatri

    My 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 line CrystalDecisions.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

    C# help

  • LOAD REPORT FAIL
    M mjawadkhatri

    hello 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; }

    C# help

  • Text break into two part
    M mjawadkhatri

    hi, 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

    C# csharp help tutorial question learning

  • INSERT QUERY NOT WORKING
    M mjawadkhatri

    Yes I am Using SQL Server 2005 and i need to insert date in dd/mm/yyyy format how it possible please help me

    Database help database

  • INSERT QUERY NOT WORKING
    M mjawadkhatri

    i am Using SQL Msg 195, Level 15, State 10, Line 1 'TO_DATE' is not a recognized built-in function name.

    Database help database

  • INSERT QUERY NOT WORKING
    M mjawadkhatri

    i am Using SQL 2005 Msg 195, Level 15, State 10, Line 1 'TO_DATE' is not a recognized built-in function name.

    Database help database

  • INSERT QUERY NOT WORKING
    M mjawadkhatri

    please 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

    Database help database

  • Date Format
    M mjawadkhatri

    i need to insert date in Sql Server 2005 as DD/MM/yy how i can do this?? please Tell Me Thanks In Advance

    C# csharp database sql-server visual-studio sysadmin

  • Date Format
    M mjawadkhatri

    How 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

    C# csharp database sql-server visual-studio sysadmin

  • Data not Insert
    M mjawadkhatri

    Same Error :(

    C# database help

  • Data not Insert
    M mjawadkhatri

    Hi, 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

    C# database help

  • Need Help
    M mjawadkhatri

    Hi. 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(); }

    C# help

  • Multiply two field
    M mjawadkhatri

    Thanks Sir

    MySQL tutorial question

  • Multiply two field
    M mjawadkhatri

    How 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

    MySQL tutorial question

  • SQL QUERY PROBLEM..
    M mjawadkhatri

    Thanks

    Database help database

  • SQL QUERY PROBLEM..
    M mjawadkhatri

    yes all record of productid=777 and productid=778

    Database help database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups