Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress form not refreshing in runtime
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01092609
Message ID:
01092652
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
>Hi all,
>
>I have a form that shows progress of a scan statement.
>
>
>_vfp.autoyield = .f.
>oform = newobject('cprogress','utilities.vcx',iif(_vfp.startmode>0,_vfp.servername,""))
>m.oform.show
>m.oform.lockscreen = .f.
>m.oform.setminmax(0,reccount('bilfile'))
>select bilfile
>scan
> m.lncount = m.lncount + 1
> m.oform.setprogressvalue(m.lncount)


  oform.Draw


> &&process ...
>endscan
>_vfp.autoyield = .t.
>
>
>It all works fine in dev mode, but I get blank screen at runtime.
>
>What is going on?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform