Results 1 to 2 of 2

Thread: MSFlex Grid Total

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Tucson, AZ, USA
    Posts
    95

    Post

    Is there a way using the msflex grid to post the total number of entries in one column. For example, I do a query for all computers with less than 64mb of ram, and show all the ones in the msflexgrid, can I total it somehow. Thanks

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    You'll have to total it manually -- loop thru the recordset and accumulate as you go -- add a new row to the end of the Flexgrid (or where ever) and display your results.

    You could also retrieve a new recordset using SQL SUM functions and then display the results...

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