Search results for query: *

  • Users: haq2k
  • Order by date
  1. H

    Need to delete row from datagrid

    [resolved] [RESOLVED]
  2. H

    Need to delete row from datagrid

    from the data set, SqlDataAdapter1.SelectCommand.CommandText = _ "Select programID as [Program ID], rateColumn as [Rate Column], lock10 as [Lock 10], lock25 as [Lock 25], lock40 as [Lock 40], " & _ "lock55 as [Lock 55], rowStart as [Row Start], rowEnd as [Row End] " & _ "From...
  3. H

    Need to delete row from datagrid

    How do you delete a row from the datagrid in VB.NET?
  4. H

    automating word

    I figured it out disregard, I decided to use form fields instead. There much more effective Thanks
  5. H

    automating word

    What about the other ones like <<TOTAL>> <<MMIPMI>> etc..? I will take another look at it this evening
  6. H

    automating word

    update I'm not creating a table manually. I'm copying and pasting. Then I'm doing a find and replace for several values. They all work except the ones in the cells. I attached a document with the table. All the fields with <<...>> need replacing. Thanks for your help Dim newDoc AsNew...
  7. H

    automating word

    I'm trying to replace occurrences of several fields with something else. For example, in the snippet below, I'm trying to replace <<PI>> with text. I'm doing this by automating Word through VB.NET. This code works everywhere EXCEPT for when it's in a table. My question is, how do you do a find...
Back
Top