Ignore:
Timestamp:
Jan 4, 2010, 8:02:21 AM (14 years ago)
Author:
Kevin Toppenberg
Message:

Added HTML templating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/fPtSelOptns.pas

    r453 r654  
    225225{ called by radTeams, radSpecialties, radWards - shows items for the list source }
    226226begin
     227(*     Commented out until a further clarification    //kt  12/29/09
    227228    //vwpt remove other radio button selections
    228 // if frmPtSel.radiogroup1.index <> 0 then   //kt
    229  if frmPtSel.RadioGroup1.ItemIndex <> 0 then
    230  begin
     229 if assigned(frmPtSel) and (frmPtSel.radiogroup1.ItemIndex <> 0) then   //kt
     230 begin      //elh
    231231      FSrcType := TControl(Sender).Tag;
    232232      case FSrcType of
     
    257257 begin
    258258  //end vwpt
     259  *)
    259260  cboList.Pieces := '2';
    260261  FSrcType := TControl(Sender).Tag;
     
    275276  end;
    276277  cboList.Caption := TRadioButton(Sender).Caption;
    277  end; //else
     278 //kt end; //else
    278279end;
    279280
     
    282283begin
    283284  //vwpt remove other radio button selections
    284  // if fPtSel.radiogrp1index <> 0 then //kt
     285 (*     Commented out until a further clarification    //kt  12/29/09
    285286 if frmPtSel.RadioGroup1.ItemIndex <> 0 then
    286287 begin
     
    306307 else
    307308 begin
    308   //end vwpt
     309  //end vwpt  *)
    309310  cboList.Pieces := '2';
    310311  FSrcType := TControl(Sender).Tag;
     
    331332  end;
    332333  cboList.Caption := TRadioButton(Sender).Caption;
    333  end; //else
     334 //kt end; //else
    334335end;
    335336
Note: See TracChangeset for help on using the changeset viewer.