+ Reply to Thread
Results 1 to 3 of 3

update Label and other component

  1. #1
    Maileen
    Guest

    update Label and other component

    Hi,

    I have a task which scan a sheet and especially which calculate the
    amount of records.

    for that, i have a Label which should be updated in permanence to
    display the % already scanned.
    however, my form only display 2 status.
    the initialization to 0 and when it's done at 100 %.
    how can i my the form update the label every time that it should normaly
    be done.

    something like :

    initialization --> 0 % done
    after xxx records scanned --> xxx % done
    after yyy records scanned --> yyy % done
    when it's finished --< 100 % done.

    thanks for help.

    Maileen

  2. #2
    Maileen
    Guest

    Re: update Label and other component

    Just some precision...
    if i use myform.repaint, it fix the problem, but myform is blinking due
    to painting.


    Maileen wrote:
    > Hi,
    >
    > I have a task which scan a sheet and especially which calculate the
    > amount of records.
    >
    > for that, i have a Label which should be updated in permanence to
    > display the % already scanned.
    > however, my form only display 2 status.
    > the initialization to 0 and when it's done at 100 %.
    > how can i my the form update the label every time that it should normaly
    > be done.
    >
    > something like :
    >
    > initialization --> 0 % done
    > after xxx records scanned --> xxx % done
    > after yyy records scanned --> yyy % done
    > when it's finished --< 100 % done.
    >
    > thanks for help.
    >
    > Maileen


  3. #3
    Tom Ogilvy
    Guest

    Re: update Label and other component

    Make sure screenupdating is not set to false and put in DoEvents where you
    now have the Repaint. See if that works.

    --
    Regards,
    Tom Ogilvy


    "Maileen" <nospam@email.com> wrote in message
    news:eLCSeez%23EHA.612@TK2MSFTNGP09.phx.gbl...
    > Just some precision...
    > if i use myform.repaint, it fix the problem, but myform is blinking due
    > to painting.
    >
    >
    > Maileen wrote:
    > > Hi,
    > >
    > > I have a task which scan a sheet and especially which calculate the
    > > amount of records.
    > >
    > > for that, i have a Label which should be updated in permanence to
    > > display the % already scanned.
    > > however, my form only display 2 status.
    > > the initialization to 0 and when it's done at 100 %.
    > > how can i my the form update the label every time that it should normaly
    > > be done.
    > >
    > > something like :
    > >
    > > initialization --> 0 % done
    > > after xxx records scanned --> xxx % done
    > > after yyy records scanned --> yyy % done
    > > when it's finished --< 100 % done.
    > >
    > > thanks for help.
    > >
    > > Maileen




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1