Search results for query: *

  • Users: condor
  • Content: Threads
  • Order by date
  1. C

    problem with insert query

    Hello .. I made a program that has insert , update and delete ... am using VS.NET 2003 and sql 2000 ... the following code that i use it for insert ... If (txtEqCode.Text <> "" AndAlso txtVichNo.Text <> "") Then With danew.InsertCommand .CommandText = "INSERT INTO main (Code, Plateno...
  2. C

    Combobox appear in the lable

    I have a program that has many tables ... one of them it's vendor table (vendorCode,VendorName) ... now in one of the froms i have a combobox that display all the vendorCode and i have a lable beside it... i need to know how i can let the vendor name appear in the lable when i choose the vendor...
  3. C

    Duplicated in crystal reports

    I had a problem when i print an invoice in crystal Reports ... The problem : when i search for an invoices by inovice # for example i searched for an invoice # 21 when i wanna to print it's include the prev invoice and it doesnt give me the information about the invoice that i search for it ...
  4. C

    problem with printing

    Hi.. I made a small progarm for Bank Payment Voucher ... the problem is i need to print the information that i enterd in my form on an already made page how i can do that ? the page is attached ... Regards
  5. C

    DataGrid error update

    I had a problem with dataGrid when i tried to made an Edit to the database it dosent accept .. also there is no error .... it's accept only the change for the textbox values.. i attached my code ..
Back
Top