Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thermometer doesn't appear on the screen when app runs
Message
 
À
21/03/2006 15:35:44
Vernon Chambers
New York City Transit
New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Novell 6.x
Database:
Visual FoxPro
Divers
Thread ID:
01106372
Message ID:
01106393
Vues:
19
>Greetings!
>
>I've an application which calls the thermometer class provided with VFP 8.0. Problem is it doesn't display when the executable is running. Yet runs when I'm in development.
>
>Is there a simple solution or is it a known bug?
>
>Thanks in advance,
>
>Vernon

I don't know is this bug.
But I use this class in VFP8 and VFP9 so:
thisform._progressbar1.ibasis = RecCount("MyCursor")
thisform._progressbar1.Visible = .t.

prog_broi = 0
SELECT MyCursor

SCAN
    prog_broi = prog_broi + 1
    thisform._progressbar1.Update(prog_broi)
...
ENDSCAN
thisform._progressbar1.Complete()
thisform._progressbar1.Visible = .f.
and I haven't problem.
HTH
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform