- Timestamp:
- May 8, 2015, 7:52:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/HealthSevak-CPRS/CPRS-Chart/Options/fOptionsCombinations.pas
r829 r1693 185 185 if copy(valuesource, 1, 1) = '&' then 186 186 valuesource := copy(valuesource, 2, length(valuesource) - 1); 187 valuename := Piece(lstAddBy.DisplayText[lstAddBy.ItemIndex], '-', 1); 187 { if radAddByType.ItemIndex = 2 then 188 valuename := Piece(lstAddBy.DisplayText[lstAddBy.ItemIndex], '-', 1) 189 else } //Removed per PTM 274 - should not peice by the "-" at all 190 valuename := lstAddBy.DisplayText[lstAddBy.ItemIndex]; 188 191 valueien := Piece(lstAddBy.Items[lstAddBy.ItemIndex], '^', 1); 189 192 if Duplicate(valueien, valuesource) then exit; // check for duplicates
Note:
See TracChangeset
for help on using the changeset viewer.