Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thermometer doesn't appear on the screen when app runs
Message
 
To
21/03/2006 15:35:44
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01106372
Message ID:
01106393
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform