Search results for query: *

  1. S

    Question DataGridView ComboBoxColumn, how to display different values per row

    i was trying to get an answer similar to this one... Probe.SelectCommand.CommandText = "(SELECT InvSys_ItmSrv_Units.Unit FROM InvSys_ItmSrv_Items LEFT JOIN InvSys_ItmSrv_Units ON InvSys_ItmSrv_Items.Unit=PK_ItemUnits WHERE PK_ItemsCode='" & dtgrid2.Rows(i).Cells(0).Value & "') UNION ALL (SELECT...
  2. S

    Question DataGridView ComboBoxColumn, how to display different values per row

    well i know how to set the property but, the one i can set is for the whole column instead of for just one cell.. can give me an example how to set datasource for each cell instead of the whole column
  3. S

    Question DataGridView ComboBoxColumn, how to display different values per row

    Those are 2 Rows on a DataGridView under the same ComboBoxColumn. The DropDown Values are different from each other any idea how to do that?
  4. S

    show form not in taskbar?

    never mind I guess I was able to find the answer... set the ShowInTaskBar in the Properties Tab to False
  5. S

    show form not in taskbar?

    Please help thanks
  6. S

    DataGridView and CheckboxColumn, instantly recompute?

    how do u delete a thread or a post?
  7. S

    DataGridView and CheckboxColumn, instantly recompute?

    I am creating a program where sure will input the ff: Amount - The basis for the computations Discount Rate - if this is inputted the discount amount auto-compute based on Amount and Discount Rate- this should auto-compute whenever there are changes in Amount or Discount Amount Discount...
Back
Top