Search results for query: *

  1. A

    Between Clause In Crystal Report

    hi i am hiving problems in using between statement in crystal report can any body help me here is my code Private Sub DateTimePicker2_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateTimePicker2.ValueChanged With cv .SelectionFormula =...
  2. A

    Event On Scaning BarCode

    oh thanx dear it seems it will work any how i will try it and let you know if i face any difficulty thanx a lot
  3. A

    Event On Scaning BarCode

    yes you are absolutely right i am having the same problem can you solve it for me ?
  4. A

    Event On Scaning BarCode

    Hi , I m using vb.net 2003 i want that if i scan a barcode from the scaner my control should move to the next textbox and the problem is that the products i have to scan have diferent lenght of barcodes, so i want that if the text in barcodes is finished that is if the scaners completes the...
  5. A

    Email Crystal Report

    Hi i want to email a report and don't know how to do that I am working on product management system and i want if the user completes the order by pressing the button the report should be emailed to corresponding supplier any one can help me ? best regards
  6. A

    Check Boxes in Datagrid

    Hi thank you very much ritesh you have helped me a lot today , yes it is working and hopefully when i need the help in future you will not mind thanx a lot again and sorry to disturb you too Ali
  7. A

    Check Boxes in Datagrid

    yes i have to manually populate the list and in my dataadapter i have the following query SELECT Supplier.Supplier_name, Product.Product_Id, Product.Product_Name, Product.unitprice, Product.descp, Product.sup_stockcode FROM Product LEFT OUTER JOIN Supplier ON...
  8. A

    Check Boxes in Datagrid

    hi ritesh thanx for your guidence again now i thing i should go for the listbox instead for the datagrid and then populate the records in the textfields so that user can select only one record is it right? regards
  9. A

    Check Boxes in Datagrid

    thank you ritesh for replying me but i m very sorry tht i m very new to vb.net so could not understand your reply though i have added a "datagridboolcolumn" in the datagrid now i want that if i check this column then i can store values of that row to the global variables then i will use that...
  10. A

    Check Boxes in Datagrid

    hi i am new user of vb.net and my first assignment is product management system and the requirement is that if the user wants to place order he press a button and go to the other form and there is a combobox displaying the name of the supplier and by selecting the supplier name from the...
Back
Top