On Thu, 8 Jun 2000, James Sugrue wrote:

> What is in your Form.Create event etc.

procedure TformMain.FormCreate(Sender: TObject);
begin
  Debug('begin main.TformMain.FormCreate');
  Ini := TRegIniFile.Create(GDMOptions.RegPath);
  Caption := Format('GDManager for Windows - %s', [RegDatabase.DataPath]);
  GDMOptions.CurrentDB := RegDatabase.DataPath;
  DatabaseMeta.DatabaseName := RegDatabase.DataPath;
  // do not remove - Y2K compliance!
  TwoDigitYearCenturyWindow := 50;
  //
  Debug('end main.TformMain.FormCreate');
end;

However, the access viol is BEFORE this gets run.

> Have you tried F8 over the TrxSpeedButton

>From I can see the problem isn't in the RxSpeedButton as I can use it in
other applications fine, its just that the single stepping was going into
a notification loop

Mark

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to