Search results for query: *

  1. L

    ReportDocument

    How can I set a crystal report document to Landscape view at design time?
  2. L

    Datagrid + DataTable RowChanged event

    I have a DataGrid wich have a DataTable for DataSource, I use the DataTable RowChanged event to make some calculation when the user modify any row in the dataGrid, but I have a problem that the DataTableRowChanged event handler is exectuted several times not only one time when I make a change to...
  3. L

    Datagrid issue

    Yes but Where should I write this code? this code should be executed only when I insert a new row int the dataGrid??
  4. L

    Datagrid issue

    I have a datagrid and a label, the datagrid have three columns, one of these columns is numeric.. when the form loads the datagrid is empty and the label text is set to 0 .. every time I add a new row to the datagrid and enter a number in the numeric column .. this number should be added to the...
  5. L

    Need help with DataGrid

    Need Help with DataGrid Ok.. Sorry my weak english is not helping me.. Well I have a datagrid and a label, the datagrid have three columns, one of these columns is numeric.. when the form loads the datagrid is empty and the label.text = "0" .. every time I add a new row to the datagrid and...
  6. L

    Need help with DataGrid

    I have a DataGrid, when I add a new row and enter the data in it I need to get the value entered in some specific column.. how can I do that?
  7. L

    Need urgent help - UserControl CausesValidation

    hi, I have a UserControl that contains several buttons, clicking any button of this usercontrol causes validation for a separate textbox.. I need to know how can I distinguish wich button was clicked and caused the validation coz the handling of the textbox validating depends on wich button was...
  8. L

    print out

    thanx ManicCW for ur reply.. I need to print out on a printer.. I tried to use the printDocument without success so if u can send me simple code how to use it to print the text of the textBoxes in a format that I specify. If I want to use the crystal report.. how can I access the controls of...
  9. L

    print out

    hello.. I'm a beginner in vb .net. I'm developing a simple form and I need to print out the values entered by the user into text boxes.. but I'm really lost and I don't know how to do it.. can anyone help me plz?
Back
Top