Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Statusbar activex again
Message
De
26/03/1998 13:20:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00087264
Message ID:
00087379
Vues:
38
>>Bruce,
>>Are you sure ? I do it. Example below (works) :
>>
scan
>>  thisform.oTools.statusbar.value = recno()*100/reccount()
>>endscan
>>Cetin
>
>Cetin, are we talking about the same thing? I've added the activex status bar to a toolbar, but there is no value property...
Bruce first I understood it as progressbar, but Microsoft Status Bar Control 5.0 SP2 also work.
select customer
scan
  =inkey(0.001)
  thisform.oTools.statusbar.value = recno()*100/reccount() && Progress bar
  thisform.oTools.sbar.panels(3).text = ltrim(str(recno()))+"/"+ltrim(str(reccount()))  && Status bar
endscan
It's too late for me today. If you wish notify me and I'll send you tbr class and sample form.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform