Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/uFormMonitor.pas

    r830 r1679  
    277277  try
    278278    activeHandle := GetActiveFormHandle;
    279     modal := ModalDelphiForm;
     279    if (activeHandle <> 0) and (not assigned(FactiveForm)) then
     280        modal := true    //assumes DLL created forms are modal
     281      else
     282      modal := ModalDelphiForm;
    280283    FZOrderHandles.Clear;
    281284    fTopOnList.Clear;
Note: See TracChangeset for help on using the changeset viewer.