Search:

Type: Posts; User: paparick07

Search: Search took 0.03 seconds.

  1. VS 2012 SUM of Two Columns (HELP) CRYSTAL REPORT in VB.NET

    My table name is "accounting"

    it has two columns named "Debit" and "Credit"

    Is it possible to have the sum of these two columns?

    example

    INPUT:...
  2. Replies
    1
    Views
    3,651

    VS 2010 Re: Crystal Report problem in sum of data

    I Solved it.. when i add the data in the crystal report it converts my data to string thats why the report uses COUNT instead of SUM. So I use the "ToNumber" formula in crystal report then inserted...
  3. VS 2010 Re: How to disable highlight whenever i point my mouse into a toolstrip button

    Thank you sir, I dont want the image property because there is no "Stretch" option in the properties, but i manage to resize all the pictures and put it anyway in the image property :D
  4. Replies
    1
    Views
    3,651

    VS 2010 Crystal Report problem in sum of data

    Hey guys
    Im having a problem in my crystal report where i want to see the sum of the quantity of items and their subtotal but my crystal report seems to sum the wrong data

    here is the data when i...
  5. VS 2010 Re: How to disable highlight whenever i point my mouse into a toolstrip button

    it is in the backgroundimage property..
  6. VS 2010 How to disable highlight whenever i point my mouse into a toolstrip button

    I have a problem in my program that whenever i point my mouse into a tools trip button.. The background image of the toolstrip becomes blue
    here is my form when im not pointing my mouse in any...
  7. VS 2010 Adding the same data from listview1 to listview2 on VB.NET?

    This is the form of the 2 listview:
    https://www.dropbox.com/s/ebp93mfzlqj43i2/Capture.JPG

    103379

    What i want to do is i need to add the same data by just adding the quantity and not the whole...
  8. VS 2010 I can print the crystal report but Icant view Crystal Report in Crystal Report Viewer

    I instructed my program to show up the crystal report in the CR Viewer and print menu after. but only blank form shows up and the print menu. I can print the report but i cant see it in the report...
  9. I cant put the result of my Multiplication and Division Output in my Program

    We were using method in order to compute for the multiplication and Division while Function in Addition and Subtraction. But I dont know what could should i write in
    multiplication and division, it...
  10. VS 2010 How to Replace NaN with zero or a message?

    I tried anything like in if statement but I dont know what should i type in order to replace NaN with a zero or a message like "empty"


    please help me guys im just new to Ms Visual Studio 2010
    ...
  11. VS 2010 Conversion from "String" to type "Double" is not VALID

    Private Sub btnCompute_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCompute.Click

    If IsNothing(txtA.Text & txtB.Text & txtC.Text) Then

    ...
Results 1 to 11 of 11



Click Here to Expand Forum to Full Width