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

Upgrading to version 27

File:
1 edited

Legend:

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

    r456 r830  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   StdCtrls, ExtCtrls, ORCtrls, Buttons, ORfn, fAutoSz;
     7  StdCtrls, ExtCtrls, ORCtrls, Buttons, ORfn, fAutoSz, VA508AccessibilityManager;
    88
    99type
     
    6464implementation
    6565
    66 uses fReportsAdhocComponent1, rReports;
     66uses fReportsAdhocComponent1, rReports, VAUtils;
    6767
    6868{$R *.DFM}
     
    316316    end;
    317317  If (uLimit <> 0) and (uLimitCount > (uLimit+1)) then
    318     ShowMessage(
     318    ShowMsg(
    319319      'MAXIMUM SELECTION LIMIT EXCEEDED! Only the first '
    320320      + IntToStr(uLimit) + ' items in the list will be used');
Note: See TracChangeset for help on using the changeset viewer.