반응형 분류 전체보기4683 Localizing Cell Display Format (셀 포멧 속성 설정하기) Localizing Cell Display Format 참고하기 원본: http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/WinGrid_Localizing_Cell_Display_Format.html 간단 요약하면~ C: 화폐단위 D: 소수점구현 가능 N: 숫자형(부동소주점 없음) Background Many projects must deal with multiple cultures such as English, German and Japanese. The .NET Framework provides excellent support for multiple cultures, and this capability is passed thr.. 2009. 1. 17. UltraWinGrid의 GroupBoxBy 속성 설정하기 http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v7.3~Infragistics.Win.UltraWinGrid.UltraGridLayout~ViewStyleBand.html using Infragistics.Shared; using Infragistics.Win; using Infragistics.Win.UltraWinGrid; using System.Diagnostics; private void button4_Click(object sender, System.EventArgs e) { // Set the view style to OutlookGroupBy. Without .. 2009. 1. 16. column 길이 조정하기 및 default ' ' 지정 1. 테이블의 컬럼제약 조건을 지운다. alter table tpo_order drop constraint DF__tpo_order__remar__334BA2D4 2. 컬럼의 길이를 변경한다. 100에서 1500으로 수정하였음 alter table tpo_order alter column remark varchar(1500) not null --default(' ') 디폴트가안된다.. 3. 컬럼 제약조건을 추가한다. alter table tpo_order add constraint DF__tpo_order__remar__334BA2D41 4. 컬럼의 디폴트값을 지정한다. alter table tpo_order add constraint DF__tpo_order__remar__334BA2D41 defaul.. 2009. 1. 14. 구로디지털 근처 맛집 1) 구로디지털단지역 - 벌집삽결살 http://blog.naver.com/scent77cho?Redirect=Log&logNo=100056145283 못가봤음 2) 구로디지털단지역 - 은행골 http://blog.naver.com/skypys7?Redirect=Log&logNo=90027217226 못가봤음 3) 구로디지털단지역 - 근처 아무데나 4) 대림역 - 마늘치킨 http://blog.naver.com/zenzang75?Redirect=Log&logNo=10037115009 가봤음 , 평가 75 5) 여의도 - 다미 http://blog.naver.com/cool2428?Redirect=Log&logNo=50037886187 가봤음 , 평가 80 6) 여의도 - 엉터리생고기집 http://blo.. 2009. 1. 14. 이전 1 ··· 1078 1079 1080 1081 1082 1083 1084 ··· 1171 다음 반응형