Progress Bar while receiving data from ADODB recordset at Crystal Report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psbhoyar
    New Member
    • Dec 2007
    • 3

    Progress Bar while receiving data from ADODB recordset at Crystal Report

    Hello,
    As data transfer from record set to database of Crystal Report, If there is bulk data, it takes lot of time, Is there is any procedure to design Progress Bar while doing So,
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you need to find out total no of records to display using count(). set that to max value of progressbar and process accordingly.

    Comment

    • psbhoyar
      New Member
      • Dec 2007
      • 3

      #3
      Originally posted by debasisdas
      you need to find out total no of records to display using count(). set that to max value of progressbar and process accordingly.
      hi
      it has to be seen percentage wise , how its possbile ?
      & where i have to put progress bar ?

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        increase the value of the progressbar at a particular time interval.once it reaches the maxvalue ,display the records .

        Comment

        • lotus18
          Contributor
          • Nov 2007
          • 865

          #5
          Originally posted by psbhoyar
          hi
          it has to be seen percentage wise , how its possbile ?
          & where i have to put progress bar ?
          Hi

          You can create a new form and show it modally or if you want to the 2nd option is to display a busy mouse icon (vbHourGlass) while generating your crystal report.

          Rey Sean

          Comment

          Working...