Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread OnOptimizeProgress Event
Sun, Jul 12 2009 2:10 PMPermanent Link

Marty Potokar
Reference the following code provided in the ElevateSoft Manual v4:

begin
  with MyTable do
  begin
    DatabaseName:='d:\temp';
    TableName:='customer';
    if Exists then
    OptimizeTable('',false);
  end;
end;

Can someone show me how to programmatically use the OnOptimizeProgress
property in the above code to indicate to an end user as to whether or
not the OptimizeTable method has succeeded? Essentially, I'd like to be
able to simulate the response like that provided by the DBISAM utility
from inside my program. Same goes for the OnRepairProgress event in
using the RepairTable method.
Sun, Jul 12 2009 4:46 PMPermanent Link

This message was cancelled from within Mozilla.
Image