All the output from Autochk writes to the R> output window. If your app
doesn't have the R> output window, you can't see anything (eg: RHIDE is
active).
I agree that a lengthy process that is initiated within program code and not
at the R> should have some overt feedback method, especially with the 64 bit
versions of RBase where the size of the DB can make some of the maintenance
activities take a prolonged period of time,
A redirected output to a custom control tha you could show on a Pause or
Dialog like the progress bar would be a worthy enhancement request.
It wouldn't be too dificult since the mechanism for the output is already in
place.
Maybe it wouldn't have to write line by line the output, but maybe just the
incremental elements of it with a little spinner next to it during the line
by line stuff.
----- Original Message -----
From: "Albert Berry" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, September 23, 2010 12:13 AM
Subject: [RBASE-L] - Re: Autochk messages
I just realized the difference! My stupid. This is all you need to do.
SET MESSAGES ON
AUTOCHK FULL
SET MESSAGES OFF
On 22/09/2010 8:04 PM, [email protected] wrote:
Karen if you copied the db prior to autocheck couldn't you verify that db
and if errors then ........
Paul Dewey - CEO
New Horizon Safety Diagnostics
New Horizon Interlock Inc.
InterlockInfo.com
Sent by Verizon Incredible.
----- Reply message -----
From: [email protected]
Date: Wed, Sep 22, 2010 19:05
Subject: [RBASE-L] - Re: Autochk messages
To: <[email protected]>
Interesting suggestion! I put "set feedback on" at the top of my
program, but nope it doesn't show anything.
Karen
Have you tried with
SET FEEDBACK ON
Adrian
*Von:* [email protected] [mailto:[email protected]] *Im Auftrag von
*[email protected]
*Gesendet:* Donnerstag, 23. September 2010 00:03
*An:* RBASE-L Mailing List
*Betreff:* [RBASE-L] - Autochk messages
Does anyone have a way to show the progress messages that "autochk full"
shows? It takes a long, long time to autochk this database and I'm
worried that if I just display the usual "please wait..autochk in
progress" message that they'll think it's locked up and end the session.
Using 7.6 windows.
Karen
=