Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/fPage.pas

    r459 r460  
    4646implementation
    4747
    48 uses ORFn, fFrame;
     48uses ORFn, fFrame, uInit;
    4949
    5050{$R *.DFM}
     
    152152  NextControl: TWinControl;
    153153begin
    154   if Assigned(frmFrame) and frmFrame.Enabled and frmFrame.Visible then begin
     154  if Assigned(frmFrame) and frmFrame.Enabled and frmFrame.Visible and not uInit.Timedout then begin
    155155    NextControl := FindNextControl(nil, True, True, False);
    156156    if NextControl <> nil then
Note: See TracChangeset for help on using the changeset viewer.