Results 1 to 3 of 3

Thread: flexgrid[resolved]

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    100

    flexgrid[resolved]

    i have flexgrid which i want the system to calculate the total value of the flexgrid cell for the column.

    i mean, like this,if there is 2 column in the flexgrid cell and the rows depend on variable
    column 1 column 2
    1 2
    1 4
    3 5
    5 6

    total column 1 = 10
    total column 2 = 17

    how to do this in vb??
    im new in vb programming
    i am not good enough to code sumthing like this..pls help,tq in advance
    Last edited by azrina; Feb 1st, 2004 at 05:08 PM.

  2. #2
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236
    Here is a little app that will add up the total of the columns in a MsFlexGrid. You can click on each column and change the value and the total alters to suit. I didn't make it, but its easy enough to sort out the code.


    Attached Files Attached Files
    Last edited by Keithuk; Dec 5th, 2004 at 09:41 AM.
    Keith

    I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    100
    thank u keithuk
    i got an idea wht to do

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width