Ignore:
Timestamp:
Jul 2, 2010, 7:54:17 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Fixed crash on non-login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr

    r809 r819  
    99  TntSystem,
    1010  TntSysUtils,
     11  DKLang,  //kt NOTE: Keep this before any app form so it will do it's finalizaton section AFTER forms unload.
    1112  fPage in 'fPage.pas' {frmPage},
    1213  fHSplit in 'fHSplit.pas' {frmHSplit},
     
    356357    Application.HelpFile := 'cprs.hlp';
    357358    Application.CreateForm(TdmodShared, dmodShared);
    358   Application.CreateForm(TfrmFrame, frmFrame);
    359   Application.CreateForm(TfrmPtDocSearch, frmPtDocSearch);
    360   //kt <--- frmImages etc created here
     359    Application.CreateForm(TfrmFrame, frmFrame);
     360    //kt <--- frmImages etc created here
    361361    if frmframe.TMGAbort = False then begin   //kt 3/25/09
     362      Application.CreateForm(TfrmPtDocSearch, frmPtDocSearch);
    362363      Application.CreateForm(TfrmPtLabelPrint, frmPtLabelPrint);
    363364      Application.CreateForm(TfrmSearchStop, frmSearchStop);
Note: See TracChangeset for help on using the changeset viewer.