Results 1 to 1 of 1

Thread: Fetch data in MsFlexGrid from a cursor or many as possible

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Pakistan
    Posts
    436

    Fetch data in MsFlexGrid from a cursor or many as possible

    This Class will make easy your codes, if you have to add data in flex grid and you have to write codes for it each time when your program needs this will relax you. As bellow you will see many options are available to customise your flex grid out put report, you can group, sum on field, add multiple cursor , place "Total" caption field where u want, omit record which value is zero, like stock report if any item contain 0 value not need to be displayed.


    Call newAddintoGrid.AddinGrid(AppRateRs, FxGrid)
    newAddintoGrid.ColoumnNameToSkipRecordIfZero
    newAddintoGrid.FieldGroupBy
    newAddintoGrid.isAppend
    newAddintoGrid.SumOnField
    newAddintoGrid.TotalCaptionAtColumnNumber
    Attached Files Attached Files

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