Peter

First of all, the left-hand panel of the status bar is always enabled 
and unless you set ctl32statusbar.ctlCaption to something of your own 
will display meesages normally destined for the VFP status bar (like "x 
records selected in y seconds").  I assume this also depends on SET TALK 
and maybe SET NOTIFY.

Secondly, the statusbar has a progressbar but you must set it visible 
with ctl32statusbar.progressbar.ctlvisible = .t.

After that you set the progress with ctl32statusbar.progressbar.ctlvalue 
= x &&  (0 <= x <= 1). This cannot be done automagically - you need to 
be in some kind of situation, e.g. a loop (DO WHILE, SCAN, FOR etc etc), 
where you can determine the value of x to pass.

HTH

Paul Newton

Peter Hart wrote:
> Hi
>
> Has anyone discovered how to get the status bar by "Carlos Alloatti" to
> display what's happening particularly with a table when importing.
> I am picking up a data file from the Mailing Preference Services which
> holds data on people who do not want junk mail and who have died.
> I am running this against a Membership table to mark them as died or not
> wanting their names sold.
> I want to inform the operator how things are going.  So they know
> whether they can get on with something else and this works but I would
> also like to have the progress reported in the New Status Bar as it is
> at the moment reported in the FoxPro Status Bar. I.e. "1200 Records
> processed..."
> Anyone have any ideas.
>
> Cheers
>
> Peter Hart
> Peter Hart Computers
>
>
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to