User Profile

Collapse

Profile Sidebar

Collapse
tejasagrawal
tejasagrawal
Last Activity: Feb 27 '13, 10:10 AM
Joined: Feb 12 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tejasagrawal
    started a topic Sap crystal reports

    Sap crystal reports

    Dear Friends
    I am Printing some reports and documents using SAP's Crystal Report for Visual Studio 2010.. Now if I deploy this Windows Application on other pc ...So do i need to install SAP Crystal Reports Runtime Engine there or there is any other way to do printing there...???
    Thanks to all in Advance...!!!!
    See more | Go to post

  • tejasagrawal
    started a topic data type mismatch in criteria expression

    data type mismatch in criteria expression

    I am firing an insert query like this in C# to MS ACCESS 07 Database
    Code:
    var expiry = dateTimePicker1.Text;
     string instr = "insert into MST_QUOTATION values(";
                     instr += txtID.Text;
                     instr += "," + txtcustid.Text;
                     instr += ",'" + txtCustname.Text; 
                     instr += "','" + txtAdd1.Text;
                     instr +=
    ...
    See more | Go to post
    Last edited by Meetee; Feb 12 '13, 11:13 AM. Reason: Use code tags [/CODE] around code
No activity results to display
Show More
Working...