Ignore:
Timestamp:
May 8, 2015, 7:52:55 AM (9 years ago)
Author:
healthsevak
Message:

Committing the files for first time to this new branch

File:
1 edited

Legend:

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

    r830 r1693  
    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.