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/Options/fOptionsReportsCustom.pas

    r459 r460  
    205205      odbStop.Visible := False;
    206206      edtMax.Visible := False;
     207      ShowEditor(grdReport.Col, grdReport.Row, #0);
    207208    end;
    208209  if Key in [#32..#127] then ShowEditor(grdReport.Col, grdReport.Row, Key);
    209   signal := 0;
     210 signal := 0;
    210211end;
    211212
     
    291292        begin
    292293          Val(newValue, I, code);
     294          if I = 0 then begin end; //added to keep compiler from generating a hint
    293295          if code <> 0 then
    294296             begin
Note: See TracChangeset for help on using the changeset viewer.