Search results for query: *

  • Users: sterjo
  • Content: Threads
  • Order by date
  1. sterjo

    Question How to change parent nodes in xml

    I have an xml file that looks like this <Operation ID="450"> <Form ID="36" xsi:type="form-36"> <AOP ID="1" Current="0" Previous="317200" xsi:type="aop-form-35" /> </Form> <Form ID="36" xsi:type="form-36"> <AOP ID="1" Current="0" Previous="317200" xsi:type="aop-form-36" />...
  2. sterjo

    SQL running totals and subtractions

    I have a table for which I need a “special” running total. More specifically there should be a close communication between the credit and the debit column. The scenario should be in the following order “Credit” “Debit” “Balance credit” “Balance debit” 6 0 6 0 5 0...
  3. sterjo

    Round number

    Uhm, not sure if it's the right place to post this, however I want to round a number in vb.net to the nearest half so 1.86 = 2, 1.35 = 1.50 but 1.50 stays 1.50 or 2.5=2.5. I had a formula for this, which i accedently deleted so Im lost. It was something like (number+number)*2/.... any ideas? thx
  4. sterjo

    Database sums

    I have an access database which has 4 columns sum, sum1,sum2,sum3. The database fills only columns sum and sum1, sum2 and sum3 are epmpty they can be also virtualy created, i don't mind that, because I only need to get the calcualtion displayed in a datagrid. So the code should compare each...
Back
Top