Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Statusbar activex again
Message
From
26/03/1998 13:20:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00087264
Message ID:
00087379
Views:
37
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform