* 사용환경 : 델파이5 / Windows 98
* 에러 메시지 : Incompatible types: 'TBinType' and 'String'
Decisioncube1.DimensionMap.Items[1].Bintype := 'binMonth'; 구문에서 에러가 발생했읍니다.
help를 보면
type TBinType = (binNone, binYear, binQuarter, binMonth, binSet, binCustom);;
property BinType: TBinType; 이렇게 정의가 되어있구요. 그런데 bintype의 값을 바꾸려면 어떻게 하여야 입력이 가능하나요? binmonth에대한 처리방법좀 가르켜 주십시요.