Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress form not refreshing in runtime
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01092609
Message ID:
01092652
Vues:
20
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform